ul {
overflow: hidden;
}

li {
background-color: #99FFFF;
float: left;
padding: 20px;
}
a:hover {
background-color: #0033CC;
}