.chromestyle{
width: 100%;
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
margin-top: 6px;
position:absolute;
top: 0;
border: 1px solid #DD4400; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 80% Verdana;
line-height:18px;
z-index:100;
background-color: #FF6600;
width: 240px;
visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 5px;
border-bottom: 1px solid #DD4400; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: #FFF;
padding-top:5px;
padding-bottom:5px;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #FF9900;
}
