
/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #A6913B; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font: 11px Arial;
line-height:16px;
z-index:100;
background-color: #e8df99;
width: 190px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=6); /*Add Shadow in IE. Remove if desired*/
border-bottom: 1px solid #A6913B; /*THEME CHANGE HERE*/
}

.dropmenudiv a{
width: 190px;
display: block;
text-indent: 3px;
border-bottom: 1px solid #A6913B; /*THEME CHANGE HERE*/
padding: 3px 0;
text-decoration: none;
background-color: #e8df99;
color: #6d520b;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #e7d571;
text-decoration: none;
color:#006600;
}