.chromestyle{
float:left;
width: 805px;
}

.chromestyle ul{
border: 0;
width: 100%;
padding: 3px 0 3px 3px;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
vertical-align:middle
}

.chromestyle ul li{
display: inline;
color:#FFF;
}

.chromestyle ul li a{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color: #FFF;
padding: 5px 4px 3px 3px;
margin: 0;
text-decoration: none;
border-right: 0;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
background: #fbed21 center center repeat-x; /*THEME CHANGE HERE*/
color: #000;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:fixed;
border: 1px solid #000000; /*THEME CHANGE HERE*/
border-bottom:0;
font:normal 11px Arial;
line-height:10px;
/*background-color: lightyellow;*/
background:url(/menu-top/menu-bg.png) center repeat-y;
width: 150px;
visibility: hidden;
text-align:left;
margin-top:0;
margin-left:0;
z-index:9999;
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
font: normal 11px Verdana;
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #000; /*THEME CHANGE HERE*/
padding: 4px 5px;
text-decoration: none;
color: #FFF;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 97%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color:#fbed21;
color:#000;
}
