.chromestyle{
color: #485c6a;
margin: 0 0 0 0;
font-weight: 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 0;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
height: 100%;
text-align: center;
height:40px;
}

.chromestyle ul li a{
color: #485d6b;
padding: 0 30px 5px 30px;
margin: 0;
width: 15em;
text-decoration: none;
height: 100%;
line-height: 39px;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
color: #FC0;
border-bottom: 5px solid #FC0; /*THEME CHANGE HERE*/
}

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

.dropmenudiv{
	position:absolute;
	top: 0;
	color: #FFF;
	padding: 5px 0;
	font:normal 11px Arial;
	line-height:18px;
	z-index:100;
	background-color: #485c6b;
	width: 130px;
	visibility: hidden;
	
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
	width: auto;
	color: #FFF;
	display: block;
	text-indent: 3px;
	padding: 0 0;
	text-decoration: none;
	padding: 5px 0 5px 15px;
}

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

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

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

.dropmenudiva{
position:absolute;
top: 0;
color: #FFF;
padding: 5px 0;
font:normal 11px Arial;
line-height:18px;
z-index:100;
background-color: #485c6b;
width: 140px;
visibility: hidden;
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiva a{
width: auto;
color: #FFF;
display: block;
text-indent: 3px;
padding: 0 0;
text-decoration: none;
padding: 5px 0 5px 15px;
}

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

.dropmenudiva a:hover{ /*THEME CHANGE HERE*/
background-color: #ffcb05;
color: #485c6b;
}

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

.dropmenudivb{
position:absolute;
top: 0;
color: #FFF;
padding: 5px 0;
font:normal 11px Arial;
line-height:18px;
z-index:100;
background-color: #485c6b;
width: 136px;
visibility: hidden;
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudivb a{
width: auto;
color: #FFF;
display: block;
text-indent: 3px;
padding: 0 0;
text-decoration: none;
padding: 5px 0 5px 15px;
}

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

.dropmenudivb a:hover{ /*THEME CHANGE HERE*/
background-color: #ffcb05;
color: #485c6b;
}
