/*Start of horizontal Menu*/
.chrome{
	width: 980px;
	font-weight: bold;
	margin:auto;
	}

.chrome:after{ /*Add margin between menu and rest of content in Firefox*/
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.chrome ul{
	border: 0;
	width: 100%;
	padding: 10px 0 0 0;
	margin-top: 5px;
	margin-bottom:0;
	margin-left:0;
	margin-right:0;
	text-align: center; /*set value to "left", "center", or "right"*/
	list-style-type: none;
	background: #ffdd00; /*THEME CHANGE HERE*/
}

.chrome ul li{
	display: inline;
}

.chrome ul li a{
	color: #e31b37;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	padding: 0px 3px 3px 3px;
	margin: 0;
	text-decoration: none;
	border-right:1px dotted #e31b37;
}

.chrome ul li a:hover{
	color:#006600; text-decoration: none; /*THEME CHANGE HERE*/
}