.chromestyle{
width: 700px;
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: 797px;
	margin: 0;
	text-align: center; /*set value to "left", "center", or "right"*/
	background: url(../../images/RERS-web_06.jpg) no-repeat;
	height: 27px;
	padding-top: 38px;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 0;
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
	color: #FFFFFF;
	padding: 2px 4px;
	margin: 0;
	text-decoration: none;
	border-right: 1px solid #F0CC01; /*THEME CHANGE HERE*/
	font: 12px Arial, Helvetica, sans-serif;
}

.chromestyle ul li a:hover{
	color: #F0CB02;
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}
