.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%;
    white-space:nowrap;
	padding: 0;
	margin: 0;
	text-align: center; /*set value to "left", "center", or "right"*/    
}

.chromestyle ul li{
display: inline; 
margin: 10px 8px 10px 8px;

}

.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;
visibility: hidden;
padding-right: 5px;
}


.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;
}
