﻿.menu1
{
margin-left:1px;
}

.level1
{
    color: #000;
    background-color: #F0F0F0;
    font-weight: bold;
    padding-left:5px;
    width:150px;
}

.level2
{
    color: Blue;
    font-family: Gill Sans MT !important;
    font-size: medium;
    /*background-color: Gray;*/
}

.level3
{
    color: black;
    /*background-color: Silver;*/
    font-family: Gill Sans MT !important;
    font-size: small;
}

.hoverstyle
{
    font-weight: bold;
}
       
.sublevel1
{
    /*background-color: Gray !important;*/
    color: White !important;
    font-variant: small-caps;
} 