/*  Level 1 menu - implements main menu  */


/*  Style applied to the Whole Table  */
.JT_lvl1h {
         height: 29px;
         }

/*   Style applied to box within a table - not the text  */
.JT_lvl1h_cell {
              BACKGROUND-COLOR: transparent;
              height: 29px;
              vertical-align: middle;
              text-align: center;
              }

/*  Style applied to text and the area occupied by the text in the table  */
.JT_lvl1h_link {
               COLOR: #ffffff;
               TEXT-TRANSFORM: none;
               font-size: 12px;
               FONT-WEIGHT: BOLD;
               FONT-FAMILY: Verdana,Helvetica,sans-serif;
               TEXT-ALIGN: center;
               text-decoration: none;
               PADDING-bottom: 6px;
               padding-top: 9px;
               padding-left: 10px;
               padding-right: 10px;
               display: block;
               }

/*   Style applied to box within a table on mouse over  */
.JT_lvl1h_cell:hover, .JT_lvl1h_cell_on {
              BACKGROUND-COLOR: #e0078c;
              height: 29px;
              padding-left: 10px;
              padding-right: 10px;
              vertical-align: middle;
              text-align: center;
              display: block;
              }

/*  Style applied to text and area around the text on mouse over   */
.JT_lvl1h_link:hover, .JT_lvl1h_link_on:hover, .JT_lvl1h_link_on  {
    COLOR: #ffffff;
    background-color: #e0078c;
    PADDING-bottom: 6px;
    padding-top: 9px;
    TEXT-TRANSFORM: none;
    font-size: 12px;
    FONT-WEIGHT: BOLD;
    FONT-FAMILY: Verdana,Helvetica,sans-serif;
    TEXT-ALIGN: center;
    text-decoration: none;
    display: block;
    }

/*   Style applied to drop down table */
.JT_lvl1h_cascade {
    border-top: 1px solid #ffffff;
    padding: 0; margin: 0;
    }

/*   Style applied to dropdown cell (<td>) */
.JT_lvl1h_cascade_cell {
    background-color: #b5dc10;
    border-right: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    border-left: 1px solid #ffffff;
    padding: 0; margin: 0;
    }

/*   Style applied to dropdown text and area around text */
.JT_lvl1h_cascade_link, .JT_lvl1h_cascade_link_on {
    TEXT-TRANSFORM: none;
    font-size: 12px;
    FONT-WEIGHT: BOLD;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    color: #ffffff;
    text-decoration: none;
    background-color: #b5dc10;
    padding: 4px;
    display: block;
    }

/*   Style applied to dropdown text and area around text on mouse over */
.JT_lvl1h_cascade_link:hover, .JT_lvl1h_cascade_link:active {
    TEXT-TRANSFORM: none;
    font-size: 12px;
    FONT-WEIGHT: BOLD;
    FONT-FAMILY: Verdana,Helvetica,sans-serif;
    color: #ffffff;
    background-color: #e0078c;
    text-decoration: none;
    padding: 4px;
    display: block;
    }

