

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
text-transform:uppercase; /*THEME CHANGE HERE*/
padding: 22px 0px;
margin: 0; margin-left:-90px;
margin-bottom:90px;margin-top:-20px;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
padding: 20px 20px;
margin: 0;
text-decoration: none;
}

.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(chromebg-over.png) center center no-repeat; /*THEME CHANGE HERE*/
}

li,a{
font-family: Helvetica, Arial,sans-serif;
color:#ffffff;
font-size: 11.5px;
font-weight:bold;
display: inline;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
margin-top:-17px;margin-left:15px;
position:absolute;
top: 0;
font-weight:normal;
font-family: Helvetica, Arial,sans-serif;
line-height:15px;
z-index:100;
background-color: #000000;
width: 100px;
visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 5px;
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: #ffffff;
text-transform:uppercase;
font-size: 11.5px;
}

* html .dropmenudiv a{ /*IE only hack*/
font-family: Helvetica, Arial,sans-serif;
color:#ffffff;
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
font-family: Helvetica, Arial,sans-serif;
color:#ffffff;
}