.chromestyle{
font-family:helvetica,arial,clean,sans-serif;
font-size:14px;
color: #4b4a48;
text-align:center;
background-color:white;
 margin-left:auto; 
 margin-right:auto;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;

}

.chromestyle ul{
border: 0;
width: 100%;
padding: 6px 0px 6px 0px;
margin: 0;
text-decoration:none;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a {
color: #4b4a48;
padding: 6px 5px 6px 5px;
margin: 0;
text-decoration:none;
text-align:left;
}

.chromestyle ul li a:visited {
color: #4b4a48;

/*background: url(chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
}

.chromestyle ul li a:hover {
/*background:  url(menubgover.gif) center center repeat-x; /*THEME CHANGE HERE*/
background-color:#667bb4; 
color:#ecfbff;
padding: 6px 5px 6px 5px;
}
