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

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
width: 100%;
padding: 0px 0;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #494949;
padding: 0px 0px;
margin: 0;
text-decoration: none;
}

.chromestyle ul li a:hover, .chromestyle ul#nav li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
 BACKGROUND:#1a93b8;
        color:#445410
}


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

.dropmenudiv{
position:absolute;
top: -5;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: white;
width:320px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
padding: 3px;
BACKGROUND:#ffffff;
text-decoration: none;
        font: arial,sans-serif;
        font-weight: Bold;
    color:#5A5A5A;
text-align:left;
border-bottom:1px solid #c0bebe;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
BACKGROUND:#2ba4f3;
        color: #fff
}