.chromestyle{
background:transparent;
background-attachment:scroll;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
float:left;
padding:7px 0px 5px 10px;
width:100%;
text-transform: uppercase;
}


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

.chromestyle ul{
padding: 7px 0;
margin-left:10px;
}

.chromestyle ul li{display: inline; background:#5e5e5e;
 }

.chromestyle ul li a{
color: #CCC;
padding:0px 0 0 0;
text-decoration: none;
font-size:12px;
}



.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
color:#E79A13; /*THEME CHANGE HERE*/
}

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

.dropmenudiv{
position:absolute;
line-height:20px;
font-size:11px;
margin-left:-100px;
margin-top:5px;
padding-bottom:8px;
font-weight:normal;
z-index:100;
background:#5e5e5e;
visibility: hidden;
}


.dropmenudiv a{
margin-right:13px;
width: 120px;
display: block;
text-decoration: none;
color: #70634F;
}

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