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

.dropmenudiv{
	position:absolute;
	top: 0;
	border-bottom-width: 0;
	line-height:18px;
	z-index:100;
	visibility: hidden;
	font-size: 10px;
	font-weight: normal;
	padding-top: 2px;
	padding-bottom: 1px;
	width:175px;
	text-transform:uppercase;
	background-color:#7a6017;
}


.dropmenudiv a:link, .dropmenudiv a:visited {
	width: auto;
	display: block;
	/*text-indent: 3px;*/
	text-decoration: none;
	color: #F1E4C9;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	line-height:11px;
	margin-left:2px;
	margin-right:2px;
	margin-bottom:1px;
	background-color: #332707;
}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
color: #af1818;
}