.chromestyle{
width: 99%;
font:normal 11px Verdana;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border: 0px solid #BBB;
width: 100%;
/* background: url(xxx.gif) center center repeat-x; */ /*THEME CHANGE HERE*/
padding: 4px 0;
margin: 0;
text-align: right; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #cc0000;
padding: 4px 7px;
margin: 0;
text-decoration: underline;
border-right: 1px solid #EBEBEB; /*THEME CHANGE HERE*/
}

.chromestyle ul li a:visited{
color: #cc0000;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
color: #FFFFFF;
background-color: #333333;
/* background: url(yyy.gif) center center repeat-x;*/ /*THEME CHANGE HERE*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
font:normal 11px Verdana;
text-decoration: none;
text-indent: 3px;
line-height:18px;
z-index:100;
background-color: white;
color: #aaaaaa;
border: 0px solid #CCCCCC; /*THEME CHANGE HERE*/
border-bottom-width: 2;
border-right-width: 1;
width: 200px;
visibility: hidden;
padding: 2px 0;
font-weight: normal;
}


.dropmenudiv a{
display: block;
border: 1px solid #CCCCCC; /*THEME CHANGE HERE*/
border-bottom-width: 0;
text-decoration: underline;
color: #cc0000;
}

.dropmenudiv a.nolink{
display: block;
border: 1px solid #CCCCCC; /*THEME CHANGE HERE*/
border-bottom-width: 0;
text-decoration: none;
color: #AAAAAA;
}

.dropmenudiv a:visited{
color: #CC0000;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
color: #FFFFFF;
background-color: #333333;
}