.chromestyle{
width: 100%;
font-family: Verdana, Ms Sans Serif, Verdana, Tahoma, Arial, Helvetica;
font-size: 11px;
font-style: normal;
line-height: normal;
font-weight: normal;
font-variant: normal;
color: #FFFFFF;
text-decoration: none;
}

.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%;
padding: 2px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #000000;
padding: 4px 6px;
margin: 1;
text-decoration: none;
border-right: 0px solid #000000;
border-left: 0px solid #000000;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
background-color: #6d786a;
border: 0px solid #BBBBBB;
border-top: 0px solid #000000;
border-bottom: 0px solid #BBB; /*THEME CHANGE HERE*/
/*background: url(../images/cellbg-over.gif) center center repeat-x;*/ /*THEME CHANGE HERE*/
}

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

.dropmenudiv{
position:absolute;
top: 10;
border: 0px; /*THEME CHANGE HERE*/
padding: 4px 4px 4px 4px;
border-bottom-width: 0;
font-family: Verdana, Ms Sans Serif, Verdana, Tahoma, Arial, Helvetica;
font-size: 11px;
font-style: normal;
line-height: normal;
font-weight: normal;
font-variant: normal;
line-height:11px;
z-index:100;
background-color: #828d7f;
width: 200px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#222222,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 0px;
border: 0px solid #BBB;
border-top: 0px solid #BBBBBB;
border-bottom: 0px solid #BBBBBB; /*THEME CHANGE HERE*/
padding: 4px 4px 4px 4px;
text-decoration: none;
font-weight: normal;
color: black;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #6d786a;
}