﻿.leftNav
{
    width: 126px;
    font-family: Arial, Sans-Serif;
    font-size: 11px;
    float: left;
}

.leftNav ul
{
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

.leftNav ul a
{
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
    padding: 4px 11px;
    display: block;
    text-decoration: none;
    border-bottom: solid 1px #ffffff;
}

.leftNav ul a:hover
{
    text-decoration: none;
    color: #114477;
}

.leftNav ul li
{
    padding: 0px 16px 0px 10px;
    position: relative;
}

.leftNav ul ul 
{
    display: none;
    position: absolute;
    left: 110px;
    top: 0px;
}

.leftNav ul ul a
{
    height: 16px;
}

.leftNav ul ul a:hover
{
    color: #00497c;
}

.leftNav ul ul li
{
    height: 25px;
    width: 175px;
    padding: 0px;
    position: relative;
    float: left;
    display: block;
    z-index: 1000;
    background-color: #00497c;
    text-align: center;
}

.leftNav ul ul li a:hover
{
    color: #c0c2c1;
}
