.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #FFF; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:bold 12px Verdana;
line-height:18px;
z-index:100;
background-color: #8dc445;
width: 270px;
visibility: hidden;

}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
text-align: left;
border-bottom: 1px solid #FFF; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
color: #FFF;
}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #2a8cd2; color: #FFF;
}




.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
background: transparent url('../images/nav-hover-bg.jpg') repeat-x scroll center center; /*THEME CHANGE HERE*/
}


