#navdark {
height:36px; 
position:relative; 
font-family:Verdana, Arial, Helvetica, sans-serif;
width:722px;
font-size:12px;
z-index:500;
background-image:url(/images/nav_dark_blue.gif);
left:30px;
margin:0;
padding:0;
text-align:center;
}
#navdark ul { /* remove bullets and list indents */
	list-style: none;
	text-align:center;
	margin:0;
	padding: 0 0 0 11px;
	text-align:center;
}
li.navdark_select{
	position:relative;
	float:left;	
	padding:0;
	font-weight:bold;
	text-align:center;
	width: 100px;
}
li.navdark_select a{
	display:block;
	height:36px;
	position:relative;
	text-decoration:none;
	color:#FFFFFF;
	padding:0;
	margin:0;
	line-height:36px;
	font-weight:bold;
		background-image:url(/images/down_arrow.gif);
	background-position:center 28px;
	background-repeat:no-repeat;
}
li.navdark_select a:hover{
	text-decoration:underline;
	}
li.navdark{
	position:relative;
	float:left;	
	padding:0;
	font-weight:bold;
	text-align:center;
	width: 100px;
}
li.navdark a{
	display:block;
	height:36px;
	position:relative;
	text-decoration:none;
	color:#FFFFFF;
	padding:0;
	margin:0;
	line-height:36px;
	font-weight:bold;
}
li.navdark a:hover{
	text-decoration:underline;
	}
li li.subdark{
	padding-left:0px;
	background-image:none;
	width:140px;

}
li li.subdark a{
width:140px;
height:30px;
left:0;
line-height:30px;
	text-decoration:none;
	background-image:none;
	background-color:#024A82;
	border-bottom:#012A49 1px solid;
	border-left:#012A49 1px solid;
	border-right:#012A49 1px solid;
	color:#FFFFFF;
	font-weight:100;
	opacity:.85;
filter: alpha(opacity = 85);
	}
li li.subdark a:hover{
	text-decoration:none;
	background-image:none;
	color:#FFFFFF;
		opacity:1;
filter: alpha(opacity = 100);

	}
li li.subbdark{
	padding-left:0px;
	background-image:none;
	width:140px;

}
li li.subbdark a{
width:140px;
height:30px;
right:40px;
line-height:30px;
	text-decoration:none;
	background-image:none;
	background-color:#024A82;
	border-bottom:#012A49 1px solid;
	border-left:#012A49 1px solid;
	border-right:#012A49 1px solid;
	color:#FFFFFF;
	font-weight:100;
	opacity:.85;
filter: alpha(opacity = 85);
	}
li li.subbdark a:hover{
	text-decoration:none;
	background-image:none;
	color:#FFFFFF;
		opacity:1;
filter: alpha(opacity = 100);

	}
li ul { /* second-level lists */
	display:none;
	position: absolute;
	top: 36px;
	left: 0;
}
li:hover ul, li.over ul { /* lists nested under hovered list items */
	display: block;
}