@charset "utf-8";

body {
	font-family: arial, helvetica, serif;
}

#nav { /* all lists */
	padding: 0px 0px 0px 82px;
	margin: 0;
	list-style: none;
	line-height: 39px;
}

#nav ul { /* all lists */
	padding: 0px 0px 0px 0px;
	margin: 0;
	list-style: none;
	line-height: 39px;
}

#nav a {
	display: block;
	color: black;
	font-size: 16px;
	text-decoration: none;
	font-weight: normal;
/*	width: 10em; */
}

#nav a:hover {
	color: #3158a8;
/*	width: 10em; */
}

#nav li { /* all list items */
	display: block;
	float: left; 
	height: 39px;
/*	padding-top: 6px; */
	text-align: left;
/*	width: 10em; *//* width needed or else Opera goes nuts */
}

#nav li:hover, #nav_hover { /* lists nested under hovered list items */
	background: URL(../img/menu_hover.gif) top left repeat-x;
}

#nav_none {
	background: URL(../img/blank.gif) top left;
}

#nav li a { /* all list items */
	display: block;
	text-align: center;
	height: 39px;
}


#nav li ul { /* second-level lists */
	z-index : 90;
	opacity: .90;
/*	filter: alpha(opacity=90); */
	position: absolute;
	background: white;
	width: 215px;
	top: 130px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li ul li { /* second-level lists */
	display: block;
	line-height: 30px;
	height: 30px;
	text-align: left;
	width: 215px;
	border-top: 1px solid #999999;
}

#nav li ul li:hover { /* second-level lists */
	background: URL(../img/submenu_hover.gif) top left repeat-x;
}

#nav li ul li a { /* second-level lists */
	display: block;
	margin-left: 20px;
	text-align: left;
	font-size: 14px;
	text-decoration: none;
	font-weight: normal;
	height: 30px;
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

.nav_menu1			{ width: 201px; border-right: 1px solid #666666; }
.nav_menu1_current	{ width: 201px; border-right: 1px solid #666666; background: URL(../img/menu_hover.gif) top left repeat-x;}
.nav_menu2			{ width: 211px; border-right: 1px solid #666666; }
.nav_menu2_current	{ width: 211px; border-right: 1px solid #666666; background: URL(../img/menu_hover.gif) top left repeat-x;}
.nav_menu3			{ width: 194px; border-right: 1px solid #666666; }
.nav_menu3_current	{ width: 194px; border-right: 1px solid #666666; background: URL(../img/menu_hover.gif) top left repeat-x;}
.nav_menu4			{ width: 206px; border-right: 1px solid #666666; }
.nav_menu4_current	{ width: 206px; border-right: 1px solid #666666; background: URL(../img/menu_hover.gif) top left repeat-x;}