body {
	font-family: Verdana;
	font-size:11px;
	color: #7C8951;
	}

ul {
	margin: 0;
	list-style: none;
	width: 60px; /* Width of Menu Items */
	}

ul li {
	position: relative;
	border:0;
	margin: 0;
	}
	
li ul {
	position: absolute;
	left: 0; /* Set 1px less than menu width */
	top: 45px;
	width: 120px;
	display: none;
	border:0;
	margin: 0;
	
	}

/* Styles for Menu Items */
ul li a {
	display: block;
	text-decoration: none;
	background: #ffffff; /* IE6 Bug */
	border:0;
	margin: 0;
	}
	
ul li a:hover {
	color: #ffffff;
	text-decoration: none;
	margin: 0;
	}
	

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 0%; }
* html ul li a { height: 1%; }
/* End */

ul li a:hover { color: #7C8951; background: #FFF3D5; } /* Hover Styles */
		
li ul li a { padding-bottom: 2px; padding-top:2px; padding-left:7px; font-size:11px; border-left:1px; border-bottom:1px solid #7C8951; border-left:1px solid #7C8951; border-right:1px solid  #7C8951} /* Sub Menu Styles */
		
li:hover ul, li.over ul { display: block; } /* The magic */