.chromestyle{
width: 940px;/*width: 900px;*/
height: 20px;
margin-left:20px;
margin-right:auto;

}

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

.chromestyle ul li{
display: inline;
TEXT-DECORATION: none;
FONT-FAMILY: Verdana, Arial, Helvetica; 
FONT-SIZE: 12px;
FONT-WEIGHT: bold;
}

.chromestyle ul li a{
color: #000000;
TEXT-DECORATION: none;
FONT-FAMILY: Verdana, Arial, Helvetica; 
FONT-SIZE: 12px;
FONT-WEIGHT: bold;
padding: -40px 7px;
margin: 0;
}

.chromestyle ul li a:hover{
text-decoration:underline;

 /*script dynamically adds a class of "selected" to the current active menu item*/
}

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

.dropmenudiv{
position:absolute;
top: 0px;
border-bottom-width: 0;
font:normal 10px Verdana;
line-height:14px;
z-index:100;
background-color: #BB863A;
width: auto;
visibility: hidden;
text-align:left;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: #000000;
}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #BB863A;
color:#000000;
text-decoration:underline;
}