.menuItem
{
    height: 23px;
    font-family: verdana;
    font-size: xx-small;
    font-weight: normal;
    color: #ffffff;
    padding: 3px 6px 3px 6px;
    background: #000000;
    border-right: 1px solid #ffffff;
    text-transform: uppercase;
}
.menuItemOver
{
    background: #5E94CA;
}

.menuItem A:Visited
{
    color: #ffffff;
}

.dropdownMenuItem
{
    border-top: 1px solid #ffffff;
    font-family: verdana;
    font-size: xx-small;
    color: #ffffff;
    padding: 3px 12px 3px 3px;
    background: #5E94CA;
    font-weight: normal;
    /*width: 125px;*/
}
.dropdownMenuItemOver
{
    background: #78AFE8;
}

.dropdownMenuItem A:Visited
{
    color: #ffffff;
}

.tabNav
{
    font-family: Arial;
    font-size: 10pt;
    display: block;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 2px;
    /*border: 1px solid #F5F9FD; */
    border-bottom: none;
    height: 19px;
    text-decoration: none;
}

.tabNav:Hover
{
    text-decoration: underline;
}

.tabNavSelected
{
    font-family: Arial;
    font-size: 10pt;
    color: #ADC8E0;
    font-weight: bold;
    padding-top: 2px;
    display: block;
    padding-left: 8px;
    padding-right: 8px;
    border-bottom: none;
    height: 19px;
    text-decoration: none;
}

.tabNavSelected:Hover
{
    text-decoration: underline;
}
.tabNavSelected:visited
{
    color: #ADC8E0;
} 