.chromestyle{
width: 99%;
font-weight: bold;
padding: 0px 0px 0px 8px;
}

.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-color:#086CA7; /*THEME CHANGE HERE*/
padding: 4px 0;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color: #ffffff;
padding: 4px 15px;
margin: 0;
text-decoration: none;
border-right: 1px solid #DADADA;
}

.chromestyle ul li a:hover{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color: #56D0FF;
padding: 4px 15px;
margin: 0;
text-decoration: none;
border-right: 1px solid #DADADA;
}

