
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#chromemenu{
width: 99%;
font-weight: normal;
font-size: 90%;
}

#chromemenu:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

#chromemenu ul{
border: 0px solid #BBB;
width: 100%;
padding-top:5px;
padding-bottom:5px;
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: #A9CAE8;
margin: 0;
text-decoration: none;
border-right: 0px solid #DADADA;
padding-left:22px;
padding-right:23px;
padding-top:5px;
padding-bottom:5px;

}

#chromemenu ul li a:hover{
background: url(../images/menu_hover.gif) center center  no-repeat;
}

