#navigation ul a:link,  ul a:visited {display: block;}
#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navigation li {	height: 17px;
}

/* fix for browsers that don't need the hack */
body #navigation li {	border-bottom-color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: dashed;}

#navigation a {
	display: block;
	padding: 0px 0px 0px 4px;
}

#navigation a:hover{
	background-color: #E9EAEB;
}
#Layer3 {
	position:absolute;
	visibility:visible;
	width:150px;
	height:510px;
	z-index:2;
	text-align: left;
	float: left;
	padding-left: 2px;
	top: 117px;
	left: 0px;
	border-top-width: thin;
	border-right-width: 2px;
	border-bottom-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #990000;
	border-right-color: #990000;
	border-bottom-color: #990000;
	background-image: url(images/bkgrnd_nav_blue.png);
}
#Layer1 {
	position:absolute;
	visibility:visible;
	width:170px;
	height:auto;
	z-index:1;
	left: -15px;
	top: 730px;
	border-top-width: 1px;
	border-bottom-width: 2px;
	border-top-style: groove;
	border-bottom-style: groove;
	border-top-color: #990000;
	border-bottom-color: #930000;
	background-color:#EFFE89;
	border-right-width: 2px;
	border-right-style: groove;
	border-right-color: #930000;	
}

