.chromestyle{
width: 99%; height:15px; overflow:hidden;
font-size:12px;
}

.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%;
xbackground: url(chromebg4.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding: 0 0;
margin: 0 0 0 0;
text-align: right; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #ffffff;
padding: 1px 4px 0 4px;
margin: 0;
text-decoration: none;
/**border-right: 1px solid #CDBCB1;**/ /*THEME CHANGE HERE*/
cursor: pointer;
}
.chromestyle ul li a:hover{
color: #ffffff;
text-decoration: underline;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
xbackground: url(chromebg4-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #77776D; /*THEME CHANGE HERE*/
font-size:12px;
line-height:18px;
z-index:100;
background-color: #E4DCD6;
width: 220px;
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;
border-top: 1px solid #77776D; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-size: 12px; line-height: 16px;
color: #666666;
cursor: pointer;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
color: #CC0000;
background-color: #CDBCB1;
}