#nav a, .menu a   { color: #336600; font-size: 10px; font-weight: bold; text-decoration: none; text-align: left; word-spacing: 0; letter-spacing: 0; display: block; padding-left: 10px }

ul  { text-align: left; list-style-type: none; list-style-position: ; margin: 0; padding: 0; width: 150px }

li { /* all list items */
	float: left;
	position: relative;
	margin: 0px;
	padding: 0px;
	list-style: none;
	font-weight: bold;
	text-align: left;
	color: #99CC00;
	height: 1.5em;
   	line-height: 1.5em; /* Vertically centers text */
	width: 150px;

}

li ul { /* second-level lists */
	display: none;
	position: absolute;
	left: 149px;
	top: -4px;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	color: #000000;
	width: 150px;
}

li ul li  { line-height: 1.5em; text-align: left; border: solid 1px white; width: 150px; height: 1.5em }



li:hover ul, li.over ul { /* lists nested under hovered list items */
	display: block;
	color: #336600;
	background-color: #BBDD93;
	border-top:1px solid white;
	border-bottom:1px solid white;
	width:150px;	
	}
	

#nav a:hover, .menu a:hover {
	color: #ffffff;
	background-color: #77BB00;
}

/* HTML Hacks */
* html  ul li { float: left; height: 1%; }
* html #nav a {height: 1%; /* to make display: block work properly */ }

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */-->

li:hover li a{
	color: #000000;
	background-color: #BBDD93;
	border-top:1px solid white;
	border-bottom:1px solid white;
}

#nav li:hover, #nav li.over, #nav li:visited {
	color: #ffffff;
	background-color: #77BB00;
}

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



