/* MENU DROP DOWN  ###############################  */

	#dropmenudiv{
	position:absolute;
	border:none;
	font-size:13px;
	font-weight:bold;
	z-index:3;
	background-color:#CCCC00;
	border-bottom: 2px solid #D9E021;
	
	}
	
	#dropmenudiv a{
	color:#01391e;
	width: 100%;
	display: block;
	padding:0;
	padding-top:8px;
	height:24px;
	text-decoration: none;
	text-indent:10px;
	text-align:left;
	background: url(../img/dropdown_out.png) no-repeat 0 0;
	}
	
	#dropmenudiv a:hover{ /*hover background color*/
	color:#32982b;
	background: url(../img/dropdown_over.png) no-repeat 0 0;
	}


