/* CSS Document */

.navbarcontainer {
	margin: 0 0 0 0;
	width: 698px;
	text-align: center;
	float: left;
	z-index: 10;
}
.navbarcontainer table {
	margin: 0 auto;
	text-align: center;
	float: center;
	z-index: 10;
}
.navbar {
	height: 20px;
	text-align:center;
	margin: 0px;
	z-index: 10;
}

#portalMainNav {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	margin: 0px;
	color: #000000;
	background-color: #0033CC;
	z-index: 10;
} 
#portalMainNav, #portalMainNav ul { /* all lists */
	padding: 5;
	margin: 0;
	list-style: none;
	text-align: center;
	z-index: 10;
}
#portalMainNav a {
	display: block;
	text-decoration: none;
	line-height: 21px;
	text-align: center;
	width: 122px;
		z-index: 10;
}
#portalMainNav a.topnav, #portalMainNav a.topnav:visited {	
	color: #000000;	
	padding: 5 5px;
		z-index: 10;
	/* border-left: 1px solid #663300;
	border-right: 1px solid #cccccc; */
}
#portalMainNav a.topnav:hover {
	color: #666666;
	float: left;
	background-image: url(../images/button_bg_ro.gif);
	background-repeat: no-repeat;
	background-position: center;
		z-index: 10;
}
#portalMainNav a.topnavws, #portalMainNav a.topnavws:visited {	
	color: #000000;	
		z-index: 10;
	padding: 5 5px;
	/* border-left: 1px solid #663300;
	border-right: 1px solid #cccccc; */
}
#portalMainNav a.topnavws:hover {
	color: #666666;
	background-image: url(../images/button_bg_ro.gif);
		background-repeat: no-repeat;
	background-position: center;
		z-index: 10;
}
#portalMainNav a.topnavst, #portalMainNav a.topnavst:visited {	
	color: #000000;	
	padding: 5 5px;
		z-index: 10;
	/* border-left: 1px solid #663300;
	border-right: 1px solid #cccccc; */
}
#portalMainNav a.topnavst:hover {
	color: #000066;
	background-image: url(../images/button_bg_ro.gif);
		background-repeat: no-repeat;
	background-position: center;
		z-index: 10;
}
#portalMainNav a.topnavstws, #portalMainNav a.topnavstws:visited {	
	color: #ffffff;	
	padding: 0 0px;
		z-index: 10;
	/* border-left: 1px solid #663300;
	border-right: 1px solid #cccccc; */
}
#portalMainNav a.topnavstws:hover {
	color: #000066;
	background-image: url(../images/button_bg_ro.gif);
	background-repeat: no-repeat;
	background-position: center;
		z-index: 10;
}

#portalMainNav a.subnav {
	display: block;
	width: 110px;
	text-decoration: none;
	text-align: left;
	padding-left: 15px;
	border-bottom: 4px;
	line-height:21px;
	color: #990000;
	z-index: 10;
}
#portalMainNav a.subnav:hover {
	color: #339999;
	padding-left: 10px;
	text-align: left;
	background-image: url(../images/button_bg_ro.gif);
	background-repeat: no-repeat;
	background-position: center;
	z-index: 10;
}
#portalMainNav li.topnavli {
	float: left;
	text-align: center;
	background-image: url(../images/button_bg.gif);
	background-repeat: no-repeat;
	background-position: center;
	color: #990033;
	z-index: 10;
}
#portalMainNav li.subnavli {
	border-bottom: 4px;
	float: none;
	width: 110px;
	background-image: url(../images/button_bg.gif);
	background-repeat: no-repeat;
	background-position: center;
	color: #990000;
	z-index: 10;
}
#portalMainNav li ul li {
	width: 110px;
	text-align: center;
	z-index: 10;
}
#portalMainNav li ul { /* second-level lists */
	position: absolute;
	border-right: 0px solid #eeeeee;
	/* border-bottom: 1px solid #cccccc; */
	border-left: 0px solid #eeeeee;
	/*background: #ffffff;*/
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	filter: alpha(opacity=99); /* Opacity in IE */
	-moz-opacity: 0.9; /* Opacity in Mozilla */
	margin-bottom: 2px;
		z-index: 10;
}
#portalMainNav li:hover ul, #portalMainNav li.sfhover ul {
	left: auto;
	text-align: center;
		z-index: 10;
}
