    div.menu {
        position: absolute;
        top: 100px;
        left: 100px;
        z-index: 10;
        visibility: hidden;
    }

    
    table.popup_container {
        font-family: Arial;
        font-size: 10pt;
        border-top-style: solid;
        border-bottom-style: solid;
        border-left-style: solid;
        border-right-style: solid;
        border-top-width: 1px;
        border-left-width: 1px;
        border-bottom-width: 1px;
        border-right-width: 1px;
        border-top-color: #999999;
        border-left-color: #999999;
        border-right-color: #333333;
        border-bottom-color: #333333;
        background-color: white;
    }
    table.popup_container td {
        padding-top: 2px;
        padding-bottom: 2px;
        padding-left: 2px;
        padding-right: 2px;
    }

    table.popup_menu {
        font-family: Arial;
        font-size: 10pt;
        cursor: pointer; cursor: hand;
    }
    table.popup_menu tr td.menu_item {
        font-family: Arial;
        font-size: 10pt;
        padding-top: 4px;
        padding-bottom: 4px;
        padding-right: 10px;
        padding-left: 7px;
        background-color: #ffffff;
    }

    table.popup_menu tr td.menu_item_icon {
        font-family: Arial;
        font-size: 10pt;
        width: 23px;
        background-color: #ffffff;
        text-align: right;
    }
    table.popup_menu tr.selected td.menu_item {
        color: white;
        background-color: #336699;
    }


    table.popup_menu tr.selected td.menu_item_icon {
        color: white;
        background-color: #336699;
    }
    