/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_b {
position:absolute;
top: 0;
border-top: 1px solid #7F7F7F; /*THEME CHANGE HERE*/
font-weight:bold;
font-size:11px;
line-height:19px;
z-index:10000;
background-color: #A09E9F;
width: 130px;
visibility: hidden;
margin:6px 0 0 20px;
filter:alpha(opacity=95);
-moz-opacity:0.95;
-khtml-opacity: 0.95;
opacity: 0.95;
}


.dropmenudiv_b a {
font-size:11px;
color:#FFFFFF;
text-transform:uppercase;
width: auto;
display: block;
border: 1px solid #7F7F7F; /*THEME CHANGE HERE*/
border-top-width: 0px;
padding: 1px 1px 1px 3px;
text-decoration: none;
}

* html .dropmenudiv_b a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_b a:hover{ /*THEME CHANGE HERE*/
background-color: #DDD100;
color:#525254;
}/* CSS Document */

