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

.dropmenudiv_a{
position:absolute;
margin:1px 0 0 0px;
font-weight:bold;
font-size:11px;
font-face: "Lucida Grande",Arial;
line-height:18px;
z-index:100 !important;
width:250px;
background-color: white;
visibility: hidden;
background: #CFE6E4 url("../images/top-navigationoff.gif");
border:1px solid #9AB8B5; border-bottom:none;

}

.dropmenudiv_a a{
width: auto;
display: block;
text-indent: 5px;
border-top: 0 solid #9AB8B5;
padding: 1px 0 0 15px;
text-decoration: none;
color: 9CBA73; font-size:11px;font-weight:bold;
border-bottom:1px solid #9AB8B5;
}

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

.dropmenudiv_a a:hover{ /*THEME CHANGE HERE*/
background: #901C1C;
color: #ffffff;border-top: 0 solid #9AB8B5;
}