@media screen {

    .easyMenu { height: 25px; padding-left: 1px; padding-right: 1px; z-index: 5000 !IMPORTANT; }
    .easyMenuItemContainer { background-color: Transparent; }
    .easyMenuItem { background-color: white; filter: Alpha(Opacity=90); -moz-opacity: 0.9; opacity: .9; cursor: pointer; height: 25px; padding-left: 0px; }
    .easyMenuItemContentCell { cursor: pointer; font-family: Tahoma,Arial,Helvetica,sans-serif; font-size: 11px; color: black; text-align: left; white-space: nowrap; width: 100%; }
    .easyMenuItemContentCell a { cursor: pointer; font-family: Tahoma,Arial,Helvetica,sans-serif; font-size: 11px; color: black; text-align: left; white-space: nowrap; width: 100%; text-decoration: none; }

    .easyMenuItemOver { background-color: #5087bb; filter: Alpha(Opacity=90); -moz-opacity: 0.9; opacity: 0.9; cursor: pointer; height: 25px; padding-left: 0px; color: white; }
    .easyMenuItemContentCellOver { cursor: pointer; font-family: Tahoma,Arial,Helvetica,sans-serif; font-size: 11px; color: #ffffff; text-align: left; white-space: nowrap; width: 100%; }
    .easyMenuItemContentCellOver a { cursor: pointer; font-family: Tahoma,Arial,Helvetica,sans-serif; font-size: 11px; color: white; text-align: left; white-space: nowrap; width: 100%; text-decoration: none; }

    .easyMenuItemSubMenuCell { cursor: pointer; width: 1px; font-family: Verdana; font-size: 1px; height: 25px; }
    .easyMenuItemSubMenuCellOver { cursor: pointer; width: 1px; font-family: Verdana; font-size: 1px; height: 25px; }

    .easyMenuSeparator, .easyMenuSeparatorOver { width: 1px; padding: 0px; }
    .easyMenuSeparatorContentCell, .easyMenuSeparatorContentCellOver { color: #D6D6D6; }

    /* 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%; border-collapse: separate; border-spacing: expression(cellSpacing=0); border-spacing: 0px; }
    #ob_em_mc:hover { }
    #ob_em_mc td { padding-left: 5px !important; }
    /* do not change these classes */
}

@media print {
    .menuContainerIframeUnderlay { display: none; }
}
