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

.dropmenudiv_a{
position:absolute;
margin:12px 0 0 0px;
font:normal 11px Arial;
line-height:18px;
z-index:100;
background-color: white;
width: 150px;
visibility: hidden;
background:#660F17; 
}


.dropmenudiv_a a{
width: auto;
display: block;
text-indent: 5px;
border-top: 0 solid #678b3f;
padding: 2px 0;
text-decoration: none;
color: white;
}

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

.dropmenudiv_a a:hover{ /*THEME CHANGE HERE*/
background-color: #000000;
color: white;
}
