#chromemenu{
width: 950px;
padding:0px;
margin:0px;
}

#chromemenu:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0px; 
clear: both; 
visibility: hidden;
padding:0px;
margin:0px;
}

#chromemenu ul{
border: 0px;
width: 100%;
margin-left: 0;
padding-left: 0;
margin:0;
float: left;
font: bold 14px Tahoma;
}


#chromemenu ul li{
display: inline;
}


#chromemenu ul li a{
float: left;
color: #fff;
font-weight:300;
text-decoration: none;
padding: 5px 35px 0px 35px;
height: 20px; 
/*Theme Change here*/
}

#chromemenu ul li a:hover{
text-decoration:underline;
}


