#navigation
{
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #333;
}
  
#list
{
    float: right;
    display: block;
}

#list a 
{
    display: inline-block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    line-height: 32px;
}
  
#list a:hover 
{
    text-decoration: none;
    color: white;
    background-color: #242424;
}