.chromestyle{
width: 100%;
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;
margin: 0px;
text-align: left; /*set value to "left", "center", or "right"*/
margin-left: 45px;
padding-top: 2px;
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #ffffff;
padding: 0px 5px 0px 5px;
margin: 0;
text-decoration: none;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
background: #b1da18 url(../images/menu/chromebg2-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
color: #ffffff;
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border-bottom-width: 0;
line-height: 18px;
z-index: 100;
background-color: #1a2090;
width: 100px;
visibility: hidden;
z-index: 99;
}


.dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-top: 1px solid #b1da18; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: #ffffff;
z-index: 98;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #b1da18;
}