.chromestyle{
width: 800px;
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{
border: 0px;
width: 100%;
background: transparent; /*THEME CHANGE HERE*/
padding: 4px 0;
margin: 0;
text-align: right; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #0a3676;
padding: 4px 7px;
margin: 0;
text-decoration: none;
border-right: 1px solid #D1D1D1;
}

.chromestyle ul li a:hover{ /*script dynamically adds a class of "selected" to the current active menu item*/
background:transparent;
color: red;
text-decoration: none;
}

.chromestyle ul li a.selected {color: #ffff00;}
