.chromestyle{
width: 99s;
font-weight: bold;
}

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

.chromestyle ul{
border-left: 5px solid #FFF;
width: 754px;
background-color:#5d5e60;
padding: 0 0;
margin: 0;
height:21px;
padding-right:48px;
text-align: right; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #FFF;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
padding: 4px 15px;
margin: 0;
text-decoration: none;
border-right: 1px solid #DADADA;
border-left: 1px solid #DADADA;
}

.chromestyle ul li a:hover{
background-color:#009ee0;

}