<style type="text/css">

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#chromemenu{
width: 1000px;
font-weight: bold;
font-size: 16px;
font-family:sans-serif;
background: url(../media/chromebg.gif);
padding: 0 0 0 34px;
}

#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 #000000;
width: 100%;
background: url(../media/chromebg.gif);
padding:0 0 0 16px; 
margin: 0;
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;
font-size:16px;
font-family:sans-serif;
padding: 0 60px 0 9px;
margin: 0;
text-decoration: none;
border-right: 1px solid #122737;
text-align:center;
}

#chromemenu ul li a:hover{
/*background: url(../chromebg2.gif) center center repeat-x;*/
background: url(../media/chromebg.gif);
color:#fff7ae;
}

</style>

