/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 2px solid #BBB; /*THEME CHANGE HERE*/
b/order-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: #6b7e85;
width: 220px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
text-align: left;
width: auto;
display: block;
padding: 2px 5px 2px 5px;
border-bottom: 2px solid #BBB; /*THEME CHANGE HERE*/
text-decoration: none;
font-weight: bold;
color: #333333;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #adbec5;
color: #ffffff;
}