@charset "utf-8";
/* CSS Document */


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#chromemenu{
width: 948px;
font-weight: bold;
font-size: 95%;
}

#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 #f3f3f3;
width: 100%;
background: url(../images/chromebg.gif) center center repeat-x;
padding: 5px 0;
margin: 0;
text-align: right; /*set value to "right" for example to align menu to the left of page*/
}

#chromemenu ul li{
display: inline;
color: #494949;
border-left: 1px solid #f3f3f3;
padding: 5px;

}

#chromemenu ul li a{
color: #494949;
margin: 0;
text-decoration: none;
}

#chromemenu ul li a:hover{
/*background: url(../images/chromebg2.gif) center center repeat-x;*/
text-decoration:none;
color:#CA0000;
}


