.chromestyle{
width: 99%;
font-family:Cicle, "Helvetica Thin", "Segoe UI", "Franklin Gothic Book", "Century Gothic", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 12px;
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{
border: 1px solid #d9dbdc;
width: 100%;
background: center center repeat-x; /*THEME CHANGE HERE*/
padding: 10px 0; /* Top/Bottom Left/Right */
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #666666;
padding: 5px 16px; /* Top/Bottom Left/Right */
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(images/chromebg-over.gif) repeat-x;
color: #514c4d;/*THEME CHANGE HERE Main color*/
}

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

.dropmenudiv{
position:absolute;
top: 0;
margin-top: 8px;
border: 1px solid #333; /*THEME CHANGE HERE*/
font: 10px;
z-index:100;
background-color: #232323;
width: 200px;
visibility: hidden;

}


.dropmenudiv a{
width: auto;
display: inline;
text-indent: 3px;
font-family: Cicle, "Segoe UI", "Franklin Gothic Book", "Century Gothic", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 11px;
line-height:24px;
border-bottom: 1px solid #d9dbdc; /*THEME CHANGE HERE*/
padding: 6px 8px;
text-decoration: none;
color: #ffffff;  /* Drop-down color*/
}

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

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