.nav
{
    height: 100%;
    text-decoration: none;
    width: 220px;
    float: left;
    z-index: 99;
}
.descriptor
{
    display: none;
}

.menuBox
{
    background: white;
    width: 157px;
    margin: 10px 0 -24px 40px;
    font-size: 13px;
    font-style: normal;
    
    font-family: Arial, Helvetica, sans-serif;
}
.menuHeader
{
    background-color: #617AAC;
    color: white;
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-left: 0;
    vertical-align: middle;
    text-align: center;
    width: 157px;
}
.menuBox li
{
    height: 30px;
    list-style-type: none;
    vertical-align: middle;
    padding: 5px 0 5px 0;
    margin-left: -40px;
    border-style: none none ridge none;
    border-bottom-width: thin;
    border-bottom-color: #C0C0C0;
    width: 157px;
}
.menuBox a
{
    padding: 3px;
    color: #004080;
    font-size: 13px;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
}
.menuBox li:hover, .menuBox a:hover, menuInformation a:hover
{
    font-weight: bolder;
    background-color: #D8DDF5;
}
.menuInformation
{
    text-align: left;
    text-decoration: none;
    margin: 10px 0 10px 20px;
    padding-top: 12px;
    width: 200px;
    background: white;
    font-size: 13px;
    font-style: normal;
    font-family: Arial, Helvetica, sans-serif;
}

.menuInformation li, menuInformation a
{
    text-decoration: none;
    list-style-type: disc;
    padding-top: 3px;
}
