ul#menutop {
margin: 50px 0px 0 0; 
padding: 0; 
list-style: none;	
font-size: 1.1em;
clear: both;
float: left;
width: 450px;
}

ul#menutop li{
margin-left: 20px; 
padding: 0; 
overflow: hidden; 
float: left; 
height:40px;
}
/*
ul#menutop a, ul#menutop span {
padding: 10px 20px; 
float: left; 
text-decoration: none; 
color: #fff;
text-transform: uppercase;
clear: both;
height: 20px;
line-height: 20px;
background: none; 
}

ul#menutop a { color: #7bc441; }

ul#menutop span { display: none; }*/

