/* CSS Document */
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
#chromemenu{
width: 1048px;
font-family: arial;
font-weight: bold;
font-size: 100%;
}
#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 #990000;
width: 99%;
background: url(../media/chromebg.gif) center center repeat-x;
padding: 4px 0px;
margin: 0px;
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: #336699;
padding: 4px;
margin: 18px;
text-decoration: none;
border-right: 0px solid rgb(51, 102, 255);
}
#chromemenu ul li a:hover{
background: url(../media/chromebg2.gif) center center repeat-x;
}
