.chromemenu{
width: 99%;
font-family: Verdana, Arial, sans-serif;
color: #ffffff;
font-size: 14px; 
text-decoration: none;
}

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

.chromemenu ul{
width: 100%;
padding: 5px 0;
margin: 0;
text-align: center; /*set value to "right" for example to align menu to the left of page*/
}

.chromemenu ul li{
display: inline;
}

.chromemenu ul li a{
padding: 0px 3px;
margin: 0;
text-decoration: none;
}
