div#navdiv {
	background-image: url(../images/nav_top.gif);
	background-repeat: no-repeat;
	width: 180px;
	background-position: left top;
	background-color: #2A7E49;
	margin-left: 10px;
	margin-bottom: 10px;
	padding-top: 5px;
	float:left;
}

*html div#navdiv {margin-left:5px; margin-bottom:0px; padding-top:0px;}

#nav, #nav ul { /* all lists */
	margin: 0;
	list-style: none;
	float : left;
	width : 180px;
	padding: 0px 0px 5px;
	background-image: url(../images/nav_bottom.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	line-height:normal;
}



.subnav {background-image:none !important; padding:0px !important; background-color:#2A7E49;}
.subnav li a {
	color: #1E6338 !important;
	background-color: #EEFD99;
	border-top:none !important;
	font-size:11px;
}

.subnav li a:hover {background-color:#003366 !important;
color:white !important;}
	
#nav li { /* all list items */
	position : relative;
	float : left;
	width: 180px;
	}
	
#nav li ul { /* second-level lists */
	position : absolute;
	left: -999em;
	margin-left : 180px;
	margin-top : -23px;
}
	
	#nav li ul ul { /* third-and-above-level lists */
		left: -999em;
	}
	
#nav li a {
	width: 160px;
	w\idth : 160px;
	display : block;
	color: #D1E6BD;
	font-weight : bold;
	text-decoration : none;
	border-top: 1px solid #339C5B;
	border-bottom: 1px solid #005817;
	padding:5px 10px;
}
	
ul#nav li a:hover {
	color: #1E6338;
	background-color: #EEFD99;
}
	
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
	
.navtop a {border-top:none !important;}

.navbot a {border-bottom:none !important;}