.chromestyle{
width:100%;
color:#069;
font:normal 12px Verdana;
float:left;
}
.font_big{
font:normal 12px Verdana;
}

.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%;
/*THEME CHANGE HERE*/
padding: 4px 0;
margin: 0;

 /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;

}

.chromestyle ul li a{
color:#069;
margin: 0;
text-decoration: none;
border-right:1px solid #70b0dc;

}

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

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

.dropmenudiv{
	position:absolute;
	top: 14px;
	/*THEME CHANGE HERE*/
	text-align:left;
	font:normal 10.5px Verdana;
	line-height:18px;
	z-index:100;
	background-color: white;
	width: 200px;
	visibility: hidden;
	float:left;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
 /*THEME CHANGE HERE*/
padding: 2px;
border-bottom:dotted 1px #FFF;
text-decoration: none;
background-color:#FC0;
color: #003;

}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-image:url(hover_gradient.jpg);
color:#003399;
text-decoration:none;
}

.dropmenudiv a:visited
{
	color: #003399;
}

#chromemenu
{
	width:100%;

}

#chromemenu a
{
	color:#069;
	text-decoration:none;
	padding:5px;
	font-size:11px;
	font-family:Verdana, Geneva, sans-serif;
}

#chromemenu a:hover
{
	color: #003;
	text-decoration:none;
	padding:5px;
	background-color:#FC0;
}

