html{
margin:0;
padding:0;
}
body{
font:75%/1.5em "Lucida Grande","Lucida Sans Unicode",Arial,Helvetica,sans-serif;
color:#333;
background:#fff;
}
.menu{
margin:0;
padding:0;
width:100%;
height:40px;
line-height:40px;
list-style:none;
background:#d1d1d1;
border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
box-shadow: 0 2px 2px black;
-moz-box-shadow: 0 2px 2px black;
-webkit-box-shadow: 0 2px 2px black;
}
.menu li{
margin:0;
padding:0;
display:block;
float:left;
border-left:1px solid #aaa;
cursor:pointer;
}
.menu li:first-child,.menu li.first{
border-left:none;
}
.menu a{
margin:0;
padding:0 20px;
font-weight:700;
text-decoration:none;
}
.menu a,.menu a:link,.menu a:active,.menu a:visited{
color:#666;
text-shadow:0 1px 0 #eee;
}
.menu a:hover{
color:#fff;
text-shadow:0 1px 0 #333;
}
