﻿.nav
{
    clear: both; /*background: #006;*/
    background: #006;
    height: 36px;
    font-size: 12px;
}
.nav ul
{
    margin: 0;
    padding: 8px 0 0 0;
}
.nav ul li
{
    padding-left: 22px;
    list-style: none;
    float: left;
    display: block;
    color: White;
}
.nav ul li a
{
    color: White;
    text-decoration: none;
}
.nav ul li a:hover
{
    text-decoration: underline;
}
.topNav
{
    margin: auto;
    width: 800px;
    font-size: x-small;
    padding: 10px;
    text-align: right;
    color: White;
    font-weight: bold;
}
.topNav a
{
    color: White;
}