@charset "utf-8";
/* ######### Chrome Main Menu Bar CSS ######### */

.chromemenu{
width: 920px;
height:24px;
margin-left:auto;
margin-right:auto;
font-weight: bold;
font-family:Arial, Helvetica, sans-serif;
letter-spacing:1px;
background-color:#EAEFF5;
background:url(chromebg.gif) center center repeat-x;
/*border-top:1px solid #aed2f4;
border-bottom:1px solid #aed2f4;*/
}

.chromemenu:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
margin:-4px;
}

.chromemenu ul{
/*border-right: 1px solid #BBB;
background: url(chromebg.gif) center center repeat-x;*/
background-color:#EAEFF5;
margin: 0px;
padding: 3px 4px;/*set value as in .chromemenu ul li a*/
text-align: left; /*set value to "right" for example to align menu to the right of page*/
}

.chromemenu ul li{
display: inline;
}

.chromemenu ul li a{
background:url(chromebg.gif) center center repeat-x;
background-color:#FAFCFE;
padding: 3px 4px; /*set value as in .chromemenu ul*/
margin: 0;
text-decoration: none;
font-size:10px;
border-right: 1px solid #DADADA;

}

.chromemenu ul li a:hover{
background: url(chromebg2.gif) center center repeat-x;

}

.chromemenu ul li a.selected{
background: url(chromebg2.gif) center center repeat-x;
}
