li {
/*width: 50px;
height: 30px;*/
float: left;
list-style-type: none;
}
a {
text-decoration: none;
padding: 10px;
/*display: block;
line-height: 30px;
text-align: center;*/
}
a:link,a:visited {
color: #000;
}
a:hover,a:active {
color: #fff;
background-color: #BE3948;
}