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

.dropmenudiv{
	position:absolute; top: 0; border: 1px solid #BBB; border-bottom-width: 0; font:normal 11px Arial;
	line-height:18px; z-index:100; background-color: #F5EBC8; color: #996734; width: 180px; visibility: hidden;
}

.dropmenudiv a{
	width: auto; display: block; text-indent: 9px; border-bottom: 1px solid #BBB; padding: 2px 0; 
	text-decoration: none; font-weight: bold; color: #996734; text-transform: uppercase; text-align: left;
}

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

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