.chromestyle{
width: 100%;
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 {
 clear: both;
float: left;
height: 46px;
width: 980px;
background: url(MenuBg.jpg) center center repeat-x; /*THEME CHANGE HERE*/
margin: 0;
display: inline;
}


.chromestyle ul{
	padding: 12px 3px 0 15px;
vertical-align:middle;

margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
height:35px;
}

.chromestyle ul li{
	margin-top:10px;
display: inline;
}

.chromestyle ul li a{
color: #fff;
margin-top: 10px;

font-size: 1.8em;
text-align: center;
text-decoration: none;
padding: 8px 19px 5px 18px;
height: 44px;
}

.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: url(chromebg-over.gif) center center repeat-x;
background-color:#b1bb1d;

/*THEME CHANGE HERE*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
text-indent: 4px;
border: 2px solid #009ddc; /*THEME CHANGE HERE*/
font:normal 12px Verdana;
line-height:13px;
z-index:100;
background-color: #f0f1f0;

visibility: hidden;
padding: 4px;

}

.dropmenudiv a{
width: auto;
display: block;
text-indent: 8px;
padding: 2px 0;
text-decoration: none;
color: black;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #b1bb1d;
color:#FFF;
}
