#navcontainer {background-color: #0076CC;
	background-image: url(images/template/grad_b27.jpg);
margin: 0 0 .5em 0;
	padding: 0;
height: 24px;
	border-top: 1px solid #09f;
	border-left: 1px solid #09f;
	border-right: 1px solid #999;
}
#navcontainer ul { /* all lists */
	margin: 0;
	padding: 0;
	list-style: none;
}
#navcontainer a {
	display: block;
	padding: 5px 1em;
	color: #FFFFFF;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .85em !important;
	font-size: .7em;
	font-weight: normal;
}
#navcontainer a:hover
{
	background-color: #0099FF;
	background-image: url(images/template/grad_b20h.gif);
	color: #FFF;
	text-decoration: underline;
}
#navcontainer li { /* all list items */
	border-right: 1px solid #00CCFF;
	float: left;
	width: auto;/*  width needed or else Opera goes nuts */
	line-height: 1em; 
}
#navcontainer li ul { /* second-level lists */
	padding: 0;
	margin: 0;
	position: absolute;
	width: 12.1em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	background-color: #0B3256;
	font-weight: normal;
}

#navcontainer li:hover ul, #navcontainer li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
#navcontainer li:hover, #menu li.hover {
    position: static;
}
#navcontainer li li {	
	padding: 0;
	width: 12.0em;
	border-top: 1px solid #ccc;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: 1px solid #ccc;
}
#currentpage a {
	background-color: #ccc;
	background-image: url(images/template/grad_g.gif);
	color: #000;
	}
#currentpage li a {
	background-color: #0B3256;
	background-image: none;
	color: #fff;
	}
	