@charset "utf-8";

#chromemenu{
width: 983px;
font-weight: bold;
font-size: 90%;
margin-bottom:10px;
font-family:Arial,Helvetica,sans-serif;
font-size:11px;
}

#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(/wps/wcm/connect/b08103004d1a7e49a309e33872ababcd/chromebg.gif?MOD=AJPERES) center center repeat-x;
padding: 5px 0;
margin: 0;
text-align: left; /*set value to "right" for example to align menu to the left of page*/
}

#chromemenu ul li{
display: inline;
}

#chromemenu ul li a{
color: #494949;
padding: 5px;
margin: 0;
text-decoration: none;
border-right: 1px solid #DADADA;
}

#chromemenu ul li a:hover{
background: url(/wps/wcm/connect/f9d152804d1a7e49a30ae33872ababcd/chromebg2.gif?MOD=AJPERES) center center repeat-x;
}


