
#chromemenu{
margin: 0;
width: 99%;
font-weight: bold;
font-size:12px;

}

#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;
width: 100%;
background: url(img/fdmenublk.gif) center center repeat-x;
padding: 5px 0;
margin: 0;
margin-bottom: 4px;
text-align: left; 
}

#chromemenu ul li{
display: inline;
}

#chromemenu ul li a{
font-size: 0.95em;
color: #eeeeee;
padding: 5px;
margin: 0;
text-decoration: none;
border-right: 1px solid #DADADA;
}

#chromemenu ul li a:hover{
background: url(img/fdmenublu.gif) center center repeat-x;
}

#chromemenu ul li.act a {
color: #ffffff;
padding: 5px;
margin: 0;
text-decoration: none;
border-right: 1px solid #DADADA;
background: url(img/fdmenublu.gif) center center repeat-x;
}

