.chromestyle{
width: 790px;
margin:0 auto;
background:url(chromebg.gif);
font-family:Calibri;
font-size:19px;
color:#585858;
}

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

.chromestyle ul{
width: 790px;
background-color:#CC66FF;
background:url(chromebg.gif) repeat-x; /*THEME CHANGE HERE*/
padding: 6px 0;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #585858;
padding: 6px 18px;
margin: 0;
text-decoration: none; list-style: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: url(chromebg-over.gif) center center repeat-x;
color:#FFFFFF;/*THEME CHANGE HERE*/
}

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

.dropmenudiv{
position:absolute;
top: 0;
/*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 15px Calibri;
z-index:100;
background-color: #c13528;
visibility: hidden;
}

.dropmenudiv a{
width: auto;
display: block;
text-indent: 15px;
border-bottom: 1px solid #ba6159; 
/*THEME CHANGE HERE*/
padding:3px to 1px;
text-decoration: none;
color: #fff;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 590px;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background: url(chromebg-over.gif) center center repeat-x; 
}