﻿.MainMenu
{
    left: -999em;
    /*background-color: #5e8ce9;*/
    background-color: #3a4e7d;
    height: auto;
    width: 100%;
    text-align: left;
    vertical-align: middle;
    font-family: Sans-Serif;
    font-size: 14px;
}

.MainMenuHeader
{
    left: -999em;
    color: White;
    /*background-color: #5e8ce9;*/
    background-color: #3a4e7d;
    height: 28px;
    width: 100%;
    font-family: Sans-Serif;
    font-size: 15px;
    vertical-align: middle;
    padding: 5px,5px,5px,5px;
}

.DynamicMenuItemStyle
{
    margin-top: 0px;
    margin: 0px;
    width: 180px;
    font-family: Sans-Serif;
    font-size: 12px;
    vertical-align: middle;
    height: 30px;
}

.DynamicHoverStyle
{
    background-color: #284E98;
    font-family: Sans-Serif;
    vertical-align: middle;
    font-size: 12px;
    width: 169px;
    color: White;
    height: 30px;
}

a.popout.level1 {
    pointer-events:none;
    margin-bottom: 10px;
}


a.popout.level2 {
    pointer-events:none;
}