﻿.adjustedZIndex {
    z-index: 1;
}

.level1
{
    color: White;
    background-color: #0093bd;
    font-variant: small-caps;
    font-size: large;
    font-weight: bold;
}

.level2
{
    color: White;
    font-family: Gill Sans MT !important;
    font-size: large;
    font-weight: bold;
    background-color: #0093bd;
}

.level3
{
    color: White;
    background-color: #0093bd;
    font-family: Gill Sans MT !important;
    font-size: large;
    font-weight: bold;
}

.hoverstyle
{
    font-weight: bold;
}
       
.sublevel1
{
    background-color: Gray !important;
    color: White !important;
    font-variant: small-caps;
}  
