@media screen {
    .ParentMenu {
        padding-left: 1px;
        padding-right: 1px;
        border: 0px;
    }
    .ParentMenu a:hover {
        text-decoration: none;
    }
    .ParentItemContainer {
    }
    .ParentItem {
        height: 32px;
        /*background-image: url(bg.jpg);
        background-repeat: repeat-x;*/
        padding: 0 10px;
    }
    .ParentItemOver {
        height: 32px;
        background-image: url(bg_a.png);
        background-repeat: repeat-x;
        padding: 0 10px;
    }
    .ParentItemContentCell {
        color: #0C477A; /*#182D55;*/
        /*font-family: arial;
        font-size: 13px; */
        font:13px PT Sans Reg;
        text-align: center;
        white-space: nowrap;
        width: 100%;
    }
    .ParentItemContentCell a {
        color: #0C477A; /*#182D55;*/
        /*font-family: arial;
        font-size: 13px; */
        font:13px PT Sans Reg;
        text-align: center;
        width: 100%;
        text-decoration: none;
    }
    .ParentItemContentCellOver {
        color: #FFF; /*#182D55;*/
        /*font-family: arial;
        font-size: 13px; */
        font:13px PT Sans Reg;
        text-align: center;
        white-space: nowrap;
        width: 100%;
    }
    .ParentItemContentCellOver a {
        color: #FFF; /*#182D55;*/
        /*font-family: arial;
        font-size: 13px; */
        font:13px PT Sans Reg;
        text-align: center;
        width: 100%;
        text-decoration: none;
    }
    .ParentItemOver .ParentItemContentCellOver a:hover {
        text-decoration: none;
        color: #FFF; /*#182D55;*/
    }
    .ParentItemOver .ParentItemContentCellOver a:visited {
        text-decoration: none;
        color: #FFF; /*#182D55;*/
    }
    .ParentItemSubmenuCell, .ParentItemSubmenuCellOver {
        display: none;
    }
    .ParentSeparator, .ParentSeparatorOver {
        width: 1px;
        background: url(separator.png) no-repeat;
        padding: 0;
    }
    .ParentSeparatorContentCell, .ParentSeparatorContentCellOver {
        display: none;
    }

    .easyMenu {
        background-color: #E2EDF4; /*#E3EEF5;*/ /*#EAEAEA; /*#E1ECF8;*/
        border:1px solid #00619F; /*#0061A0;*/
        -moz-box-shadow: 2px 2px 5px #777;
        -webkit-box-shadow: 2px 2px 5px #777;
        box-shadow: 2px 2px 5px #777;
    }

    .easyMenuItemContainer {
        
    }

    .easyMenuItem {
        height: 21px;
        cursor: auto;
        cursor: pointer;
        color: #FFF;
        padding: 0px;
    }

    .easyMenuItem a {
        height: 21px;
        cursor: auto;
        cursor: pointer;
        color: #FFF;
    }

    .easyMenuItem a:hover {
        text-decoration: none;
    }

    .easyMenuItemIconCell {
    }

    .easyMenuItemIconCell a {
    }

    .easyMenuItemContentCell {
        /*font-family: arial;
        font-size: 12px; */
        font:13px PT Sans Reg;
        color: #FFF;
        text-indent: 10px;
        white-space: nowrap;
        width: 100%;
    }

    .easyMenuItemContentCell a {
        /*font-family: arial;
        font-size: 12px; */
        font:13px PT Sans Reg;
        color: #0C477A; /*#182D55;*/
        text-indent: 10px;
        white-space: nowrap;
        width: 100%;
        text-decoration: none;
    }

    .easyMenuItemOver {
        height: 21px;
        cursor: auto;
        cursor: pointer;
        background-color: #00619F; /*#0061A0;*/ /*#B3B3B3; /*#508FC9;*/
        color: white; /*#E1E8F5;*/
        padding: 0px;
    }

    .easyMenuItemOver a {
        height: 21px;
        cursor: auto;
        cursor: pointer;
        background-color: #00619F; /*#0061A0;*/ /*#B3B3B3; /*#508FC9;*/
        color: white; /*#E1E8F5;*/
    }

    .easyMenuItemIconCellOver {
    }

    .easyMenuItemIconCellOver a {
    }

    .easyMenuItemContentCellOver {
        color: White;
        /*font-family: arial;
        font-size: 12px; */
        font:13px PT Sans Reg;
        text-decoration: none;
        text-indent: 10px;
        white-space: nowrap;
        width: 100%;
    }

    .easyMenuItemContentCellOver a {
        color: White;
        /*font-family: arial;
        font-size: 12px; */
        font:13px PT Sans Reg;
        text-decoration: none;
        text-indent: 10px;
        white-space: nowrap;
        width: 100%;
    }

    .easyMenuItemContentCellOver a:hover {
        text-decoration: none;
        color: #FFF;
    }

    .easyMenuSeparator {
    }

    .easyMenuSeparatorIconCell {
    }

    .easyMenuSeparatorContentCell {
    }

    .easyMenuSeparatorOver {
    }

    .easyMenuSeparatorIconCellOver {
    }

    .easyMenuSeparatorContentCellOver {
    }

    .easyMenuItemSubMenuCell {
        width: 15px;
        background-image: url(submenu-indicator.png);
        background-repeat: no-repeat;
        background-position: 0px 9px;
        height: 21px;
    }

    .easyMenuItemSubMenuCellOver {
        width: 15px;
        background-image: url(submenu-indicator-select.png);
        background-repeat: no-repeat;
        background-position: 0px 9px;
        height: 21px;
    }
    
    .easyMenuItemIndent1 {
        margin-left:20px;
    }
    .easyMenuItemIndent2 {
        margin-left:40px;
    }
    .easyMenuItemIndent3 {
        margin-left:60px;
    }
    .easyMenuItemIndent4 {
        margin-left:80px;
    }
    

    /* do not change these classes */
    .menuContainerIframeUnderlay {
        border: 0px;
        position: absolute;
        visibility: hidden;
        top: -2000px;
        left: 0px;
        filter: "progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0)";
        filter: "Alpha(Opacity='0')";
        opacity: 0;
        --moz-opacity: 0;
        background-color: White;
    }
    #ob_em_mc {
        width: 100%;
        height: 100%;
    }
    /* do not change these classes */
}

@media print {
    .menuContainerIframeUnderlay {
        display: none;
    }
}

