.chromestyle{
font-weight: bold;
float:left;
width:580px;
height:50px;
margin-top:-10px;
}

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

.chromestyle ul{
margin: 15px 0 0 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
	font-family:Impact;
	font-size:34px;
	color: #000;
	padding: 0;
	margin:10px 17px 10px 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*/
color:#036; /*THEME CHANGE HERE*/
}


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

.dropmenudiv{
position:absolute;
top: 0;
font:bold 12px Arial;
line-height:18px;
z-index:100;
background:url('images/stripesbg.gif') no-repeat;
width: 170px;
visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #bbb; /*THEME CHANGE HERE*/
padding: 2px 0 2px 5px;
text-decoration: none;
font-weight: bold;
color: #036;
}

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

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