#navigation {
    list-style-type: none;
    padding: 0;
    margin: 10px 0 0 0;
}
#navigation li {
    padding: 0;
    margin: 0;
}
#navigation a {
    font-family: Verdana, Geneva, Helvetica, Arial;
    color: #298A52;
    font-size: 10px;
    text-decoration: underline;
    font-weight: normal;
}
#navigation a.active {
    color: black;
    text-decoration: none;
    font-weight: bold;
}

