.chromestyle{
width: 100%;
font-weight: bold;
padding:0;
margin:0;
}

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

.chromestyle ul{
width: 100%;
background: #999; /*THEME CHANGE HERE*/
padding: 0px;
margin: 0px;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

#ci a
{
	border-left: 1px solid #ccc;
}

.chromestyle ul li a{
color: #fff;
padding: 10px 30px;
margin: 0;
text-decoration: none;
}

.chromestyle ul li a:hover
{
background:#fff;
color:#999; /*THEME CHANGE HERE*/
}

#highlight
{
background:#ccc;
color:#fff; 
}

