/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	margin:-5px 0px 0px 0px; 
	border-bottom-width: 0;
	line-height:18px;
	z-index:100;
	background-color: #848A6E;
	width: 175px;
	visibility: hidden;
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=5); /*Add Shadow in IE. Remove if desired*/
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFF;
	padding: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #6D735B;
	border-right-color: #6D735B;
	border-bottom-color: #6D735B;
	border-left-color: #6D735B;
}


.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px; 
	padding: 2px 0;
	text-decoration: none;
	font-weight: bold;
	color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #92977D;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #A4A893;
}


.menu{ 
	margin:0;
}