.menu_item { float: left; 
						 width: 92px; 
						 height: 18px; 
						 border-top: solid 1px #9AA68C; 
						 border-bottom: solid 1px #9AA68C;
						 border-right: solid 1px #9AA68C;  
						 text-align: center; 
						 font-face: Arial, Helvetica, sans-serif; 
						 font-size: 12px; 
						 font-weight: bold; 
						 background-color: #DBDDC8;
						 color: #697C65;
						 }
.menu_item a {
							width: 100%;
							text-decoration: none;
							color: #697C65;
						 }
.menu_item a:hover {                    											
	background-color: #BB2D01;
	color: white;
						 }

/* Drop Down Menu */


#dropmenudiv{
	position:absolute;
	color: white; 
	border:1px solid white;
	font: bold 11px Arial;
	line-height:11px;
	background-color:#688B68;
	z-index:100;
}

#dropmenudiv a{
	width: 100%;
	color: white;
	display: block;
	text-indent: 3px;
	text-decoration: none;
	padding-top:2px;
	padding-bottom:2px;
	border-bottom:1px solid white;
}

#dropmenudiv a:hover{ 
	background-color: #BB2D01;
	color: white;
}


/* Drop Down Menu End */