.chromestyle{
/*width: 99%;
font-weight: bold;*/
}

.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%;
background: url(chromebg.gif) center center repeat-x; /*THEME CHANGE HERE*/

margin: 0;
 /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{

}

.chromestyle ul li a{
color: #818285;
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*/
background: url(chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:9999;
width: 200px;
margin-left: -10px;
margin-top: 4px;
visibility: hidden;
}


.dropmenudiv a{
	width: auto;
	display: block;
	border-bottom: 1px solid rgb(255, 255, 255);
	text-decoration: none;
	text-align: left;
	color: white !important;
	padding: 7px 10px;
	font-size: 15px;
	padding-left: 5px;
	font-family: calibri;
	background: #424242;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background: #636363;
}