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

.dropmenudiv{
position:absolute;
top: -10;
border: 1px solid #E6E2C9; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 11px Tahoma;
line-height:18px;
z-index:100;
background-color: #FBF5DB;
width: 150px;
color: #7A590A;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 10px;
border-bottom: 1px solid #E6E2C9; /*THEME CHANGE HERE*/
padding: 1px 0;
text-decoration: none;
color: #7A590A;
}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #F0F0F0;
color: #7A590A;
text-decoration:none;
}

.dropmenudiv a:visited{ /*THEME CHANGE HERE*/
color: #7A590A;
text-decoration:none;
border-bottom: 1px solid #E6E2C9; 
}