/* JLearnIt menu style sheets */
      table.menu {
        border-style:       solid;
        border-width:       1;
        border-color:       white;
      }
      td.menu {
        border-color:       silver;
        font-size:          12pt;
        font-weight:        bold;
        width:              150;
      }
      td.menu a:link, td.menu a:visited { 
        margin-bottom:      4px;
        text-decoration:    none;
        color:              #5688A4;
        width:              150;
      }
      td.menu a:hover { 
        margin-bottom:      2px;
        background:         #EEEEEE;
        text-decoration:    none;
        border-top:         1px;
        border-bottom:      1px;
        border-left:        0px;
        border-right:       0px;
        border-style:       solid;
        border-color:       #000000;
        width:              150;
      }

