
.dropmenudiv{
position:absolute;
top: 0;
margin-top:-3px;
border-bottom-width: 0;
font:normal 12px Helvetica;
line-height:15px;
z-index:100;
visibility: hidden;
border:2px solid #fb6906;
border-bottom:1px solid #fb6906;
border-top:none;
background-color:#ff9800;
}

.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
padding: 2px 10px 2px 3px ;
text-decoration: none;
font-weight: bold;
color:#2f0200;
border-bottom:1px solid #fb6906;
/*background:url(../images/submenubg.png) repeat 0 0;*/
}

* html .dropmenudiv a{ /*IE only hack*/
width:600px;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
color:#fff;
background-color:#762f01;

}