@charset "utf-8";

#navdiv {
	background-color: #5EAA00;
	height: 31px;
	width: 100%;
	
}

#nav { /* The main lists */
	width:890px;
	padding: 0;
	list-style: none;
	text-align: center;
	margin:0;
	
	}

#nav ul {
	padding: 0px;
	list-style: none;
	background-image: none;
	
	}

#nav li {
	float: left;
	border-collapse: collapse;
	margin:0px;
	list-style-type: none;
	list-style-image: none;
}

/*html>body #nav li { 
width: 101px;} /* IE ignores this but Firefox obeys it*/

/* Set link attributes for the top-level list */
#nav li a {
	border-collapse: collapse;
	white-space:nowrap;
	width: 125px;
	display: block;
	font-weight: bold;
	color: white;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	font-size: 10px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	border-right-width: 2px;	
	}


#nav li  a:hover {
	background-color: #3D499D;
	
}

#nav li ul { /* second-level lists */
	float:none;
	display: block;
	font-weight: normal;
	padding: 0.5em 0 1em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
	filter:alpha(opacity=90);
	opacity: 0.90;
	-moz-opacity:0.90;
	margin: 0px 0px 0px;
	z-index: 100;
	position: absolute;
	width: 160px;
	left: -999em;
	background-color: #284591;
}




/*-------------------------------------------
/* Link attributes for the sublist items*/
#nav li li a {
	background: none;
	width:145px;
	display: block;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 10px;
	letter-spacing: normal;
	text-align: center;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-top: 4px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
	border-bottom-width: 1px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	margin:0px;
}

#nav li li a:hover {
	background-color: #75D500;
	background-image: none;
	color:#FFFFFF;
}


 /*---------------------------------*/




#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

 
.last {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #6A6A6A;
}

