<style type="text/css">

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#chromemenu{
width: 99%;
font-weight: bold;
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%;
background: url(images/gradient1.jpg) center center repeat-x;
padding: 0px 0;
margin: 2;
text-align: center; /*set value to "right" for example to align menu to the left of page*/
}

#chromemenu ul li{
display: inline;
}

#chromemenu ul li a{
color: #ffffff;
padding: 4px;
margin: 2;
font-family: arial;
font-size: 10pt;
font-weight: bold;
text-decoration: none;
border-right: 0px solid #ffffff;
border-left: 0px solid #ffffff;
}

#chromemenu ul li a:hover{
background: url(images/gradient2.jpg) center center repeat-x;
}

</style>