#navigation{
    float: left;
    width: 880px;
    height: 15px;
    margin: 0 8px;
    padding: 5px 10px;
    background:#ffc125;
    border-top: 1px solid #666600;
    border-bottom: 1px solid #666600;
    font-size: 1.2em;
    font-weight: bold;
}

#navigation ul li{
    float: left;
    list-style: none;
    padding-right: 20px;
}

#navigation a{
    color: #666600;
    text-decoration: none;
}

#navigation a.active, #navigation a:hover{
    color: #333300;
}
