.chromestyle{
    width: 100%;
    
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 100%;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
    width: 100%;
    padding: 0;
    margin: 0;
    text-align: left; /*set value to "left", "center", or "right"*/
    /*background-color: #ffffcc;
    background-repeat: no-repeat;
    background-position: center top; */
}

.chromestyle ul li{
display: inline;
margin: 0px 0px 0px 4px;
}

.chromestyle ul li a{
color: #a95520;
padding: 4px 7px;
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*/
 /*THEME CHANGE HERE*/
 color: #2BB3E2;
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #ffc55b; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: #fefed3;
width: auto;
padding-right: 5px;
visibility: hidden;
}


.dropmenudiv a{
width: 100%;
display: block;
text-indent: 4px;
border-bottom: 1px solid #ffc55b; /*THEME CHANGE HERE*/
padding: 2px 5px;
text-decoration: none;
font-weight: bold;
color: #a7511d;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #aa5823;
color: #f0f0f0;
}
