


.chromestyle{
width: 99%;
font-weight: bold;
}

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

.chromestyle ul li a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #333;
	padding-left: 7px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 10px;
	margin: 0;
	text-decoration: none;
}

.chromestyle ul{
width: 616px; /*THEME CHANGE HERE*/
background: none;
padding-left: 5px;
padding-right: 4px;
padding-top: 7px;
padding-bottom: 8px;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
float: left;
}

.dropmenudiv{
position:absolute;
top: 0;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
line-height:18px;
z-index:9000;
width: 180px;
visibility: hidden;
background-color: #58595b;
margin-top: -3px;}

.chromestyle ul li{
display: inline;
}


.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
background: url(images/navigation_background_over.jpg) center center repeat-x; /*THEME CHANGE HERE*/
color: #fff;
text-decoration: none;
border: none;
outline: none;
}



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




.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
color: #fff;
padding-top: 5px;
padding-bottom: 5px;
padding-left: 7px;
text-decoration: none;
font-weight: bold;
}

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

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