/* Navigation */
#navigation { 
    display: block;
    list-style-type: none;
    overflow: hidden;
    text-align: center;
}
#navigation li { 
    display: inline;
}
#navigation a { 
    display: inline-block;

    padding: 5px 15px;
    margin-right: 40px;
    background: #003366;
    color: white;
    font-weight: bold;
    font-family: Arial, sans-serif;
    text-decoration: none;
    font-size: 14px;
}

#navigation .last a { margin-right: 0; }