*{
margin:0;
padding: 0;
}
ul#nav{
width: 500px;
height: 30px;
margin:20px auto;
}
ul#nav li{
float: left;
width: 50px;
height: 30px;
list-style: none;
}
ul#nav li a{
display: block;
width: 50px;
height: 30px;
text-decoration: none;
color: #000;
line-height: 30px;
text-align: center;
}
ul#nav li a:hover{
background: #BE3948;
width: 50px;
height: 30px;
}



