.chromestyle{
width: 650px;
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%;
background: url(chromebg3.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding: 6px 6px 6px 18px;
margin: 0px;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: white;
border: 3px solide white;
padding: 2px 10px;
margin: 0;
text-decoration: none;
border-right: 1px solid #98BF73; /*THEME CHANGE HERE*/
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
color: #98BF73;
background-color: white;
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #BFC1C0; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 13px Tahoma;
line-height:18px;
z-index:100;
background-color: #BFC1C0;
width: 180px;
visibility: hidden;

}


.dropmenudiv a{
width: 180px;
display: block;
text-indent: 3px;
border: 1px solid #BFC1C0; /*THEME CHANGE HERE*/
padding: 4px 7px;
text-decoration: none;
font-weight: regular;
color: white;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
color: #4B4A4A;
}