.chromemenu{
width: 904px;
font-weight: bold;
}

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

.chromemenu ul{
/*border: 1px solid #BBB;*/
background: url(buttongreen90EWEW.png) center center repeat-x;
margin: 0;
padding: 7px 0;
text-align: left; /*set value to "right" for example to align menu to the left of page*/
}

.chromemenu ul li{
display: inline;
padding-left:2px;
padding-right:2px;
}

.chromemenu ul li a{
color: #FFFFFF;
font-size:14px;
padding-top: 7px;
padding-bottom: 7px;
padding-left:4px;
padding-right: 3px;
margin: 0;
text-decoration: none;
border-right: 1px solid #DADADA;
}

.chromemenu ul li a:hover{
background: url(toolbar-bg.png) center center repeat-x;
text-transform: uppercase;
}

.chromemenu ul li a.selected{
background: url(toolbar-bg.png) center center repeat-x;
text-transform: uppercase;
}