.chromestyle{
width: 100%;
font-weight: bold;
font:normal 12px helvetica;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border: none;
width: 100%;
padding: 4px 0px;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #a5a5a5;
padding: 4px 7px;
margin: 0px;
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*/
color: #f6b860;
}

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

span{
color: #d8d8d8;
font-style: italic;
}

span:hover{
color: #ffb860;
}


.dropmenudiv{
position:absolute;
top: 0;
border-bottom-width: 0;
padding-left: 5px;
padding-right: 20px;
padding-bottom: 7px;
font:normal 10px helvetica;
line-height:16px;
z-index:100;
background-color: #ffffff;
width: 125px;
visibility: hidden;
}


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

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
color: #f6b860;
}
