.chromestyle{
width: 99%;
font-weight: bold;
padding:0px;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
/*background: url(chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
background-color: #DBEDFB;
}

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

.dropmenudiv{
position:absolute;
padding:0px;
padding-top:0px;
border-bottom-width: 0;
font:normal 12px Arial, Helvetica, sans-serif;
line-height:13px;
z-index:100;
background-color:#DBEDFB;
visibility: hidden;
*width:250px;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
text-decoration: none;
font-weight: bold;
background:#CDC5C1;
color: black;
}
.dropmenudiv a:hover
{
background-color: #DBEDFB;
color:#663300;
}
* html .dropmenudiv a{ /*IE only hack*/
width: 100%;

}

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

#dropmenu1 
{
background:#DBEDFB;
padding:0px;
margin:0px;
font:normal 12px Arial, Helvetica, sans-serif;
}
#dropmenu1  a{
width: auto;
display: block;
text-indent: 3px;
padding-top:8px;
padding-bottom:8px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
text-decoration: none;
font:normal 12px Arial, Helvetica, sans-serif;
background:#CDC5C1;
color:#6A594F;
}
#dropmenu1 a:hover
{
background-color: #DBEDFB;
}