﻿.NavLevel
{
    font-variant: normal;
    font-size: 11px;
    font-weight: bold;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-align: left;
    height: 26px;
    display: block;
    line-height: 26px;
    vertical-align: middle;
    padding-left: 7px;
    padding-right: 7px;

}

.HoverStyle
{
    font-weight: bold;
    background-color: #337DAE;
    height: 26px;
    display: block;
    line-height: 26px;
    
}

a.NavLevel:link
{
    color: #ffffff;
    text-decoration: none;
}

a.NavLevel:visited
{
    color: #ffffff;
    text-decoration: none;
}

a.NavLevel:hover
{
    color: #ffffff;
    text-decoration: none;
    background-color: #337DAE;
}


