.level1
{
    color: White;
    background-color: #9B0310;
    font-size: 11px;
    font-weight: bold;
    font-variant: small-caps;
}

.level2
{
    color: White;
    background-color: #9B0310;
    font-size: 11px;
    font-weight: bold;
    text-align: left;
    padding: 2px 5px 2px 5px;
    font-family:Calibri;
}

.level2 a:hover
{
    font-weight: bold;
    color:#9B0310;  /* dropdown words are red when whole area is hovered*/
}

.level3
{
    color: White;
    background-color: #9B0310;
    font-size: 11px;
    font-weight: bold;
    font-variant: small-caps;
}

.hoverstyle
{
    color: #9B0310; /* menu hover lets words stay red on hover button*/
    background-color: #D5D5C3;
    white-space: nowrap;
}

.hoverstyle a:hover
{
    color: #9B0310;
    font-weight: bold;
    white-space: nowrap;
}

.sublevel1
{
    color: yellow;
    background-color: #9B0310;
    font-variant: small-caps;
    font-size: 11px;
    font-weight: bold;
}

.dynamicmenu
{
    z-index: 1000;
}

.dynamichoverstyle
{
    color: #9B0310;
    background-color: #D5D5C3;
    white-space: nowrap;
}

a.button, a.buttonDis
{
    display: block;
    color: #9B0310;
    background-color: #D5D5C3;
    width: 132px;
    height: 28px;
    margin: 5px auto;
    padding: 5px 0 0 0;
}
