/*  Level 1 menu - implements main menu  */


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

/*   Style applied to box within a table - not the text  */
.JT_lvl1h_cell {
              BACKGROUND-COLOR: #660610;
              height: 24px;
              vertical-align: middle;
              text-align: center;
/*              border-bottom: 1px solid #000000;  */
              }

/*  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: Arial, Verdana,Helvetica,sans-serif;
               TEXT-ALIGN: center;
               text-decoration: none;
               PADDING-bottom: 4px;
               padding-top: 6px;
               padding-left: 10px;
               padding-right: 10px;
               display: block;
               }

/*   Style applied to box within a table on mouse over  */
.JT_lvl1h_cell:hover {
              BACKGROUND-COLOR: #af0b1c;
              height: 24px;
              padding-left: 10px;
              padding-right: 10px;
              vertical-align: middle;
              text-align: center;
              display: block;
              }
/*   Style applied to box within a table after clicking  */
.JT_lvl1h_cell_on {
              BACKGROUND-COLOR: #660610;
              height: 24px;
              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  {
    COLOR: #fedc00;
    background-color: #af0b1c;
    PADDING-bottom: 4px;
    padding-top: 6px;
/*              padding-left: 10px;
              padding-right: 10px;   */
    TEXT-TRANSFORM: none;
    font-size: 12px;
    FONT-WEIGHT: BOLD;
    FONT-FAMILY: Arial, Verdana,Helvetica,sans-serif;
    TEXT-ALIGN: center;
    text-decoration: none;
    display: block;
    }

/*  Style applied to text and area after mouse click   */
.JT_lvl1h_link_on  {
    COLOR: #ffffff;
    background-color: #660610;
    PADDING-bottom: 4px;
    padding-top: 6px;
/*             padding-left: 10px;
              padding-right: 10px; */
    TEXT-TRANSFORM: none;
    font-size: 12px;
    FONT-WEIGHT: BOLD;
    FONT-FAMILY: Arial, 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 #000000;
    padding: 0; margin: 0;
    }

/*   Style applied to dropdown cell (<td>) */
.JT_lvl1h_cascade_cell {
    background-color: #660610;
    border-right: 1px solid #000000;
    border-bottom: 1px solid #000000;
    border-left: 1px solid #000000;
    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: Arial, Verdana, Helvetica, sans-serif;
    color: #ffffff;
    text-decoration: none;
    background-color: #660610;
    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: Arial, Verdana,Helvetica,sans-serif;
    color: #fedc00;
    background-color: #af0b1c;
    text-decoration: none;
    padding: 4px;
    display: block;
    }


