        .menuTable {
            font-family: verdana;
            font-size: 10pt
        }
        .menuLink {
            font-size: 8pt;
            font-family: verdana;
            color: #3366cc;
            text-decoration: none;
        }
        a.menuLink:hover {  /* has no affect ???  */
            text-decoration: underline;  
            color:#0096ec; 
        }
        .menuInsert {
            z-index: 200;
            font-style: normal;
            font-variant: normal;
            font-weight: normal;
            line-height: 10pt;
            font-size: 9pt;
            font-family: verdana;
            /* width: <?php echo ($ypSlideOutMenuWidth - 30); ?>px;   330px */        
            color: #888888;
            height: 70px;  /* 95px for 5 items, 70px for 4 items, 55px for 3 items */
            background-color: #fefefe;
            border: 1px solid #99ccff;
            margin: 0px;
            padding-left: 2px;
            padding-right: 2px;
            padding-top: 2px;
            padding-bottom: 2px
        }
        .menuContainer {
            z-index: 1000
        }

        td.option_f1 {
            background-color: #BFDF9F;
        }
        td.option_f2 {
            background-color: #A6C6E7;
        }
        td.option_f3 {
            background-color: #ADADF2;
        }
        td.option_f4 {
            background-color: #F8CD65;
        }
        td.option_f5 {
            background-color: #F59183;
        }

