#TBLMENU .MYMENU
{
   display: block;
   padding-top: 5px;
}

#TBLMENU
{
   width: 756;
   height: 25px;
   margin: 0;
   padding: 0;
   list-style-type: none;
}

#TBLMENU div, dl, dt, dd
{
   margin: 0;
   padding: 0;
   top: -50px;
   left: -7%;
}

#TBLMENU div
{
   position: relative;
   z-index: 100;
   width: 756px;
   height: 25px;
}

#TBLMENU dl
{
   float: left;
   height: 25px;
}

#TBLMENU dt
{
   height: 25px;
   cursor: pointer;
}

#TBLMENU .MYMENU
{
   display: table-cell;
   text-align: center;
   vertical-align: top;
   text-decoration: none;
   height: 25px;
   font-family: Arial, Helvetica;
   color: #330066;
   font-size: 9pt;
   font-weight: bold;

}

#TBLMENU a.MYMENU:hover
{
   color: #0033CC;
}

#TBLMENU ul
{
   margin: 0;
   padding: 0;
   position: absolute;
   border: 1px solid gray;
   background: #FFFFFF;
}

#TBLMENU li
{
   background: #FFFFFF;
   width: 98%;
   text-align: left;
   margin: 2;
   padding: 0;
   list-style-type: none;
}

#TBLMENU a.MYLIMENU
{
   text-decoration: none;
   display: block;
   font-family: Arial, Helvetica;
   font-size: 9pt;
   font-weight: bold;
   color: #0033CC;
}

#TBLMENU a.MYLIMENU:hover
{
   background: #6F9CCF;
   text-decoration: none;
   font-family: Arial, Helvetica;
   font-size: 9pt;
   font-weight: bold;
   color: #0033CC;
}

