.chromestyle{
font-weight: normal;
}

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

.chromestyle ul{
height:19px; 
font: normal 11px Arial, Helvetica, sans-serif;  
margin: 0px auto; 
padding:5px 0 0 15px;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

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

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

.dropmenudiv{
position:absolute;
margin:0px 0 0 0;
font:normal 12px Arial, Helvetica, sans-serif;
line-height:18px;
background-color:#E8E8E8;
width: 125px;
z-index:100;
visibility: hidden;
}

.dropmenudiv ul{ margin:0; padding:0;}
.dropmenudiv li{ margin:0; padding:0; list-style:none; float:left}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #fff; /*THEME CHANGE HERE*/
padding: 4px 0 4px 4px;
text-decoration: none;
font-weight: normal;
color:black;
}

* html .dropmenudiv a{ /*IE only hack*/
}

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