/* CSS Document */

#portalMainNav a {
	text-decoration: none;
	/* GEA - changed font to 11 from 12 12/8/05 */
	font-size: 11px;
	/* font-weight: bold; */
	line-height: 20px;
	display: block;
}

.navbarcontainer {
	width: 680px;
	/* GEA - changed from #FFFFFF */
	background: #CCD6E0; 
}

#portalMainNav, #portalMainNav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	font-size: 11px;
}

#portalMainNav a:hover {
	color: #7E95A6;
}

a.topnav {
	/* width: 109px; */
	/* GEA - changed padding from 2 to 0 and back */
	padding: 2px 10px;
	/* border-left: 1px solid #e2e2e2; */
	color: #3B5A6F;
	font-size: 11px;
}

/*
a.topnav:hover {
	color: #7E95A6;
	background: #3B5A6F;
}
*/

a.topnavst {
	/* width: 109px; */
	padding: 2px 10px;
	/* border-right: 1px solid #e2e2e2;
	border-left: 1px solid #e2e2e2; */
	color: #3B5A6F;
}

/*
a.topnavst:hover {
	color: #ffffff;
	background: #3B5A6F;
}
*/

a.topnavstws {
	/* width: 109px; */
	padding: 2px 10px;
	/* border-right: 1px solid #e2e2e2;
	border-left: 1px solid #e2e2e2; */
	/* background: url(../images/nav.arrow.off.gif) no-repeat right 50%; */
	color: #3B5A6F;
}

/*
a.topnavstws:hover {
	color: #ffffff;
	background: #3B5A6F url(../images/nav.arrow.on.gif) no-repeat right 50%;
}
*/
 
a.topnavws {
	/* width: 109px; */
	padding: 2px 10px;
	/* border-left: 1px solid #e2e2e2; */
	/* background: url(../images/nav.arrow.off.gif) no-repeat right 50%; */
	color: #3B5A6F;
}

/*
a.topnavws:hover {
	color: #ffffff;
	background: #3B5A6F url(../images/nav.arrow.on.gif) no-repeat right 50%;
}
*/

a.subnav {
	width: 149px;
	padding: 0px 10px;
	border-right: 1px solid #7E95A6;
	border-bottom: 1px solid #7E95A6;
	border-left: 1px solid #7E95A6;
	color: #3B5A6F;
}

/*
a.subnav:hover {
	color: #ffffff;
	background: #3B5A6F;
}
*/

#portalMainNav li.topnavli {
	float: left;
	/* width: 100px; width needed or else Opera goes nuts */
}

#portalMainNav li.subnavli {
	float: left;
	width: 149px; /* width needed or else Opera goes nuts */
}

#portalMainNav li ul { /* second-level lists */
	position: absolute;
	background: #ffffff;
	border-top: 1px solid #7E95A6;
	width: 149px;
	margin-left: 9px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#portalMainNav li:hover ul, #portalMainNav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}