

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_b {
position:absolute;
top: 40;
line-height:18px;
z-index:100;
color:#f15a29;
width: 180px;
visibility: hidden;
}


.dropmenudiv_b a{
width: auto;
display: block;
text-indent: 3px;
padding: 0px 0px;
text-decoration: none;
color:#006eb9;
}

* html .dropmenudiv_b a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_b a:hover{ /*THEME CHANGE HERE*/
color:black;
}
