﻿
.NavMain a
{
    height: 24px;
    padding-top: 4px;
    cursor: hand;
    color: #00008b;
    font-family: Tahoma, Sans-Serif;
    font-size: 11pt;
    text-decoration: none;
    display: block;
    position: static;
    clear: both;
    line-height: normal;
    letter-spacing: normal;
    border-bottom-style: none;
}

.NavMain a:hover
{
    background-color: white;
    color: navy;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
}
.NavFoot
{
    color: gray;
    font-family: Tahoma, Sans-Serif;
    font-size: 10pt;
    text-decoration: none;

    line-height: normal;
    letter-spacing: normal;
}

.NavFoot a
{
    cursor: hand;
    color: gray;
    font-family: Tahoma, Sans-Serif;
    font-size: 10pt;
    text-decoration: none;


    line-height: normal;
    letter-spacing: normal;
}

.NavFoot a:hover
{
   
    color: black;

    border-bottom: gray 2px dotted;
}
