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

.dropmenudiv{
position:absolute;
top: 0;
left:0;
border-bottom-width: 0;
line-height:24px;
z-index:100000;
background-color: white;
width:195px;
visibility: hidden;
font-size:11px;
margin-top:2px;
margin-left:0px;
background:none;
}
.dropmenudiv a{
width: 130px;
display: block;
text-indent: 3px;
padding: 0px 0;
text-decoration: none;
font-weight: bold;
color: #666;
padding:2px 0px 2px 5px;
float:left;
background: #e2e2e2;
border-radius: 20px 20px 20px 20px;
margin:0px 0px 2px 0px;
}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
color:#FF6600;
background:#d8dfea;
margin:0px 0px 2px 0px;
}