/*  Level 1 menu - implements main menu  */


/*  Style applied to the Whole Table  */
.JT_lvl1h {
         height: 29px;
         }

/*   Applied to table cell  */
.JT_lvl1h_cell {
              BACKGROUND-COLOR: transparent;
              height: 29px;
              vertical-align: bottom;
              text-align: right;
              border-left: 1px solid #000000;
              }

/*  Style applied to text   */
.JT_lvl1h_link {
               COLOR: #FE6600;
               TEXT-TRANSFORM: none;
               font-size: 12px;
               font-weight: bold;
               FONT-FAMILY: Tahoma, Arial;
               TEXT-ALIGN: right;
               text-decoration: none;
			   PADDING-bottom: 2px;
               padding-top: 9px;
               padding-left: 10px;
               padding-right: 10px;
               display: block;
               }

/*   Style applied to table cell on mouse over  */
.JT_lvl1h_cell:hover, .JT_lvl1h_cell_on {
              BACKGROUND-COLOR: transparent;
              height: 29px;
			  PADDING-bottom: 2px;
              padding-left: 10px;
              padding-right: 10px;
              border-left: 1px solid #000000;
              text-align: right;
              display: block;
              }

/*  Style applied to text on mouse over   */
.JT_lvl1h_link:hover, .JT_lvl1h_link_on:hover, .JT_lvl1h_link_on  {
    COLOR: #06798E;
    background-color: transparent;
    PADDING-bottom: 2px;
    padding-top: 9px;
    TEXT-TRANSFORM: none;
    font-size: 12px;
    font-weight: bold;
  	FONT-FAMILY: Tahoma, Arial;
    TEXT-ALIGN: right;
    text-decoration: none;
    display: block;
    }


/*  Level 1 Drop down menu   */

.JT_lvl1h_cascade { /* Applied to table */
    width: 150px;
    padding: 0; margin: 0;
	position: relative;

}
.JT_lvl1h_cascade_cell { /* Applied to cell (<td>) */
    width: 150px; height 68px;
    color: #FE6600;
    background: #dbecff;
    padding: 0; margin: 0;
}
.JT_lvl1h_cascade_link, .JT_lvl1h_cascade:visited { /* Applied to anchor */
    width: 150px;
    color: #FE6600;
    font: bold 11px Tahoma, Arial;
    text-decoration: none;
    background: #dbecff;
    padding: 7px 15px 7px 17px;
	display: block;
}
.JT_lvl1h_cascade_link:hover, .JT_lvl1h_cascade_link:active {
    width: 150px;
    font: bold 11px Tahoma, Arial;
    color: #06798E;
    background: #FEA240;
    text-decoration: none;
    padding: 7px 15px 7px 17px;
	display: block;
}



/* Level 2 menu  */
.JT_lvl2h { /* Applied to table */
    height: 12px;
}
.JT_lvl2h_cell { /* Applied to table cell (<td>) */
    height: 12px;
    text-decoration: none;
    background-color: transparent;
    color: #FE6600;
    font: 11px Tahoma, Arial;
    font-weight: bold;
	vertical-align: bottom;
	PADDING-bottom: 1px;
	padding-left: 6px;
    padding-right: 6px;
}
.JT_lvl2h_link { /* Applied to table cell when selected */
    height: 12px;
    color: #FE6600; background-color: transparent;
    text-decoration: none;
    font: 11px Tahoma, Arial;
    font-weight: bold;
	vertical-align: bottom;
	PADDING-bottom: 1px;
	padding-left: 6px;
    padding-right: 6px;
}

.JT_lvl2h_link:hover {
    height: 12px;
    color: #06798E; background-color: transparent;
    text-decoration: none;
    font: 11px Tahoma, Arial;
    font-weight: bold;
	vertical-align: bottom;
	PADDING-bottom: 1px;
	padding-left: 6px;
    padding-right: 6px;
              }

.JT_lvl2h_link_on { /* Applied to table cell when selected */
    height: 12px;
    color: #06798E; background-color: #FEA240;
    text-decoration: none;
    font: 11px Tahoma, Arial;
    font-weight: bold;
	vertical-align: bottom;
	PADDING-bottom: 1px;
	padding-left: 6px;
    padding-right: 6px;
}

/*  Level 2  Drop down menu   */

.JT_lvl2h_cascade { /* Applied to table */
    width: 150px;
    padding: 0; margin: 0;
	position: relative;

}
.JT_lvl2h_cascade_cell { /* Applied to cell (<td>) */
    width: 150px; height 68px;
    color: #FE6600;
    background: #dbecff;
    padding: 0; margin: 0;
}
.JT_lvl2h_cascade_link, .JT_lvl2h_cascade:visited { /* Applied to anchor */
    width: 150px;
    color: #FE6600;
    font: bold 10px Tahoma, Arial;
    text-decoration: none;
    background: #dbecff;
    padding: 7px 15px 7px 17px;
	display: block;
}
.JT_lvl2h_cascade_link:hover, .JT_lvl2h_cascade_link:active {
    width: 150px;
    font: bold 10px Tahoma, Arial;
    color: #06798E;
    background: #FEA240;
    text-decoration: none;
    padding: 7px 15px 7px 17px;
	display: block;
}