.chromestyle{
width: 99.8%;			/* Menu Width */
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{
margin: 0;
padding: 0;
border: 1px solid #BBB;
width: 100%;
background: url(../images/chromebg.gif) center center repeat-x; 	/*THEME CHANGE HERE*/
padding: 4px 0 4px 0;						/* grey background height */
text-align: center; 					/*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
font: bold 13px/28px Arial;	/* 1st px is font size, 2nd menu height */
color: #FFFFFF;   		/* Menu Text */
padding: 10px 25px 10px 25px;    		/* width of menu options */
margin: 0px;       		/* space after vertical seperator (-2 = no break) */
text-decoration: none;
border: 1px solid #DADADA; 	/* vertical seperator width */
}

.chromestyle ul li a:hover{
background: url(../images/chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: " v";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}
