
#mouseovers {
	z-index:2;
}
#dropdown ul {
	margin: 0;
	padding: 0;
	list-style: none;
/*	width: 150px;  Width of Menu Items */
/*	border-bottom: 1px solid #501642; */
	border-top:none;
	}

#dropdown ul li {
	position: relative;
	}
	
#dropdown ul li img {
	float: left;
	}
	
#nav img {
	float: left;
	}
/*		
.left {
	float: left;
}
*/
#dropdown li ul {
	position: absolute;
	left: 0px; /* Set 1px less than menu width */
	top: 84px;
	display: none;
	margin: 5px 0 0 0;/* Padding to top of menu */
	padding: 5px 0 0 0;/* Padding to top of menu */
	}

/* Styles for Menu Items */
#dropdown ul li a {
	display: block;
	text-decoration: none;
	color: #5f8241;
	background: #bbd789; /* IE6 Bug */
	padding: 0;
	border-top-width: 0;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-bottom-color: #83b258;
	border-right-color: #83b258;
	border-left-color: #83b258;
	}


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

#dropdown ul li a:hover {
	color: #cbe29f;
	background: #83b258;
} /* Hover Styles */
		
#dropdown li ul li a { 
     padding: 3px; 
} /* Sub Menu Styles */
		
#dropdown li:hover ul, #dropdown li.over ul { 
display: block; 
} /* The magic */
