.chromemenubar{
width: 100%;
background: url(sitechromebg.gif) center center repeat-x; /*THEME CHANGE HERE*/
}

.chromestyle{
width: 685px;
border-left: 1px solid #ffc000;
}

.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(sitechromebg.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding: 8px 0 9px 0;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #fff9ee;
padding: 8px 10px 9px 10px;
margin: 0;
text-decoration: none;
border-right: 1px solid #ffc000;
background: url(sitechromebg2.gif) center center repeat-x;
font: bold 13px 'Lucida Grande','Lucida sans unicode','Tahoma', Arial, sans-serif;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
color: white;
background: url(sitechromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #416bbd;
border-top-width: 0;
border-bottom-width: 3px;
border-right-width: 2px;
font: bold 11px Arial, sans-serif;
line-height:18px;
z-index:100;
background-color: #ccd9f2;
width: 170px;
visibility: hidden;
}

.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #93aee3;
padding: 4px 8px 4px 4px;
text-decoration: none;
color: #23365b;
text-align: left;
}

.dropmenudiv a img{
padding-right: 1px;
vertical-align: middle;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ 
color: white;
border-bottom: 1px solid #1e3f87;
background-color: #1e3f87;
}
