@charset "utf-8";

#navBar {
	background-color: #2f5229;
	height: 30px;
	width: 100%;
	margin-top: 10px;
	
}

#nav { /* The main lists */
	width:950px;
	padding: 0;
	list-style: none;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	}

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

#nav li {
	float: left;
	border-collapse: collapse;
	margin:0px;
	padding: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: 236px;
	/*width: 176px;*/
	display: block;
	font-weight: bold;
	color: white;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
	
	outline:none;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #6A6A6A;
	letter-spacing: 0.1em;	
	}
#last {
	border-right-width: none;
	
}

#nav li  a:hover {
	background-color: #E7F760;
	color:#000000;	
}

#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: 236px;
	left: -999em;
	background-color: #333333;
}




/*-------------------------------------------
/* Link attributes for the sublist items*/
#nav li li a {
	background: none;
	width: 222px;
	display: block;
	font-weight:normal;
	font-size: 12px;
	color: #FFFFFF;
	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: #E0F42B;
	color:#333333;
}


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




#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: #eaeaea;
}

