<style type="text/css">

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

#chromemenu{
width: 100%;
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 ;
width: 100%;

padding: 8px 0;
margin: 0;
text-align: left;
height: 0px;
/*set value to "right" for example to align menu to the left of page*/
}

#chromemenu ul li{
display: inline;
}

#chromemenu ul li a{
color: #494949;
padding: 10px;
margin: 0;
text-decoration: none;
border-right: 0px solid #DADADA;
}

#chromemenu ul li a:hover{

}

</style>
