#menu {
float: left;
list-style: none;
margin: 0; padding: 0;
width: 100%;
height:41px;}

#menu li {
float: left;
font:80.5% Verdana, Geneva, sans-serif;
margin: 0;
padding: 0;}

#menu a {
color:#CCC;
display:block;
float:left;
margin:0;
padding:13px 13px;
text-decoration: none;
font-weight:normal;}

#menu a:hover, #menu a.current{
background:#fff bottom center no-repeat;
color:#666;}
