/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_e{
position:absolute;
top: 0;
left:0;
border:#FFFFFF 1px solid; /*THEME CHANGE HERE*/
border-width: 0 1px;
font-family:"Trebuchet MS", Arial;
font-size:12px;
line-height:18px;
z-index:100;
background-color: #D9D3BB;
width: 195px;
visibility: hidden;
margin:7px 0 0 0;
/*text-transform:uppercase;*/
}


.dropmenudiv_e a{
width: auto;
display: block;
text-indent: 5px;
border: 0 solid #FFFFFF; /*THEME CHANGE HERE*/
border-bottom-width: 1px;
padding: 3px 0;
text-decoration: none;
color:#000000;
font-weight:bold;
}

* html .dropmenudiv_e a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_e a:hover{ /*THEME CHANGE HERE*/
background-color: #9E8F54;
color:#FFFFFF;
}
