/* Navigation */
a, a:active, a:link {
    text-decoration: none;
    font-weight: bold;
}
.header a{
    color: white;
}
.content a:hover{
    text-decoration: underline;
}
ul.navigation {
    list-style: none;
    display: block;
}

ul.horizontal li {
    display: block;
    float: left;
    margin-left: 2px;
}

ul.vertical li {
    display: block;
}

div.mainnav{
    width: 100%;
    background: #669DB2 url(../images/bg_footer.jpg) repeat-x bottom;
    padding: 6px;
}

ul.main {
    color: white;
}

ul.navigation li {
    border-right: 1px solid white;
    padding-right: 12px;
    margin-left: 5px;
}

ul.navigation li.last {
    border: none;
}

ul.navigation li a:hover {
    color: silver;
}

