.chromestyle{
width:934px;
font-weight: bold;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
width:934px;
padding: 12px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #494949;
padding: 4px 7px;
margin: 0;
text-decoration: none;
border-right: 1px solid #DADADA;
padding:11px 5px 9px 5px;
width:180px;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
background: url(../images/menu_hover.jpg) center center repeat-x; /*THEME CHANGE HERE*/
padding:11px 5px 9px 5px;
border-right: 1px solid #DADADA;
color:#FFFFFF;
width:180px;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Verdana;
z-index:100;
background:#FFFFFF;
width: 200px;
visibility: hidden;
}


.dropmenudiv a{
width:220px;
display: block;
text-indent:4px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding:8px 0;
text-decoration: none;
font-weight: bold;
color: black;
}

* html .dropmenudiv a{ /*IE only hack*/
width:200px;

}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #3DBCE7;
width:220px;
}