<style>
  .mainTable {
    border-width:1px;
    border-color:#000000;
    border-style:solid;

    align:center;
    width:750;
  }

  .topMenuCell {
    font-family:verdana;
    font-size:10pt;
    color:#FFFFFF;
    background-color:#FA6602;

    cursor:pointer;
  }

  .hidMenuTable {
    font-family:verdana;
    font-size:7pt; 
    background-color:#FFFFFF;
    
    border-width:1px;
    border-style:solid;
    border-color:#FA6602;

    filter:alpha(opacity=0);
    visibility:hidden;
    display:none;

    position:absolute;
    left:0;
    top:0;
  }

  .hidMenuCell {
    border-width:0px;
    border-top-width:1px; 
    border-bottom-width:1px;
    border-style:solid;
    border-color:#FFFFFF;

    cursor:pointer;
  }

  .hidMenuCellHiLight {
    border-width:0px;
    border-top-width:1px; 
    border-bottom-width:1px;
    border-style:solid;
    border-color:#FA6602;
    background-color:#CCCCCC;

    cursor:pointer;

  }</style>
