/* ==========================================  */
/* Level 1 side menu                           */
.JT_lvl1 { /* Applied to table */
    width: 185px;
    padding: 0; margin: 0;
        position: relative;
}
.JT_lvl1_cell { /* Applied to table cell (<td>) */
    width: 185px; height: 25px;
    text-decoration: none;
    background: transparent;
    color: #ffffff;
    TEXT-TRANSFORM: uppercase;
    font: 12px arial, verdana, sans-serif;
/*    border-right: 1px solid #E19B00;
    border-bottom: 1px solid #E19B00;  */
    padding: 0; margin-left: 10px;
}
.JT_lvl1_cell_on { /* Applied to table cell when selected */
    width: 185px; height: 25px;
    color: #ffffff; background: transparent;
    text-decoration: none;
    TEXT-TRANSFORM: uppercase;
    font: 12px arial, verdana, sans-serif;
/*    border-right: 1px solid #E19B00;
    border-bottom: 1px solid #E19B00;  */
    padding: 0; margin-left: 10px;
}
.JT_lvl1_link, .JT_lvl1_link:visited { /* Applied to anchor (if not an image) */
    width: 184px;
    color: #ffffff;
    TEXT-TRANSFORM: uppercase;
    background: transparent url(images/navarrow.gif) no-repeat 7px 10px;
    font: 12px arial, verdana, sans-serif;
    text-decoration: none;
    padding: 7px 0 6px 30px;
	display: block;
	margin: 0;
}

html > body .JT_lvl1_link, .JT_lvl1_link:visited { /* Applied to anchor (if not an image) */
    width: 173px; }

.JT_lvl1_link:hover, .JT_lvl1_link:active {
    width: 184px;
    color: #78bde8;
    TEXT-TRANSFORM: uppercase;
    font: 12px arial, verdana, sans-serif;
    background: transparent url(images/navarrow.gif) no-repeat 7px 10px;
    padding: 7px 0 6px 30px;
	display: block;
}

html > body .JT_lvl1_link:hover, .JT_lvl1_link:active { /* Applied to anchor (if not an image) */
    width: 173px; }

.JT_lvl1_link_on, .JT_lvl1_link_on:visited { /* Applied to anchor when selected*/
    width: 184px;
    background: transparent url(images/navarrow.gif) no-repeat 7px 10px;
    color: #78bde8;
    TEXT-TRANSFORM: uppercase;
    font: 12px arial, verdana, sans-serif;
    text-decoration: none;
    padding: 7px 0 6px 30px;
	display: block;
}

html > body .JT_lvl1_link_on, .JT_lvl1_link_on:visited { /* Applied to anchor (if not an image) */
    width: 173px; }

.JT_lvl1_link_on:hover, .JT_lvl1_link_on:active {
    width: 184px;
    color: #78bde8;
    TEXT-TRANSFORM: uppercase;
    background: transparent url(images/navarrow.gif) no-repeat 7px 10px;
    padding: 7px 0 6px 30px;
	display: block;
}

html > body .JT_lvl1_link_on:hover, .JT_lvl1_link_on:active { /* Applied to anchor (if not an image) */
    width: 173px; }

/*  End level 1 side menu                   */
/*  ======================================  */

/*    Level 1 drop down menu     */
/* =======================================  */


.JT_lvl1_cascade { /* Applied to table */
    width: 192px;
    border-top: 1px solid #00457c;
    padding: 0; margin: 0;
	position: relative;

}
.JT_lvl1_cascade_cell { /* Applied to cell (<td>) */
    width: 192px; height 30px;
/*    color: #00457c;
    background-color: #f47c31;  */
    border-right: 1px solid #00457c;
    border-bottom: 1px solid #00457c;
    border-left: 1px solid #00457c;
    padding: 0; margin: 0;
}
.JT_lvl1_cascade_link, .JT_lvl1_cascade:visited { /* Applied to anchor */
    width: 192px;
    color: #ffffff;
    font: normal 11px arial, verdana, sans-serif;
    text-decoration: none;
    background: #f47c31;
    padding: 7px 15px 7px 17px;
	display: block;
}
.JT_lvl1_cascade_link:hover, .JT_lvl1_cascade_link:active {
    width: 192px;
    font: normal 11px arial, verdana, sans-serif;
    color: #78bde8;
    background-color: #00457c;
    text-decoration: none;
    padding: 7px 15px 7px 17px;
	display: block;
}

/*    End level 1 drop down menu     */
/* =======================================  */




/* ============================================= */
/*  Start level 2 side menu  */

/* Level 2 menu (implements side navigation) */
.JT_lvl2 { /* Applied to table */
    width: 185px;
    padding: 0; margin: 0;
        position: relative;
}
.JT_lvl2_cell { /* Applied to table cell (<td>) */
    width: 185px; height: 20px;
    text-decoration: none;
    background: transparent;
    color: #ffffff;
    font: 12px arial, verdana, sans-serif;
/*    border-right: 1px solid #E19B00;
    border-bottom: 1px solid #E19B00;  */
    padding: 0; margin-left: 10px;
}
.JT_lvl2_cell_on { /* Applied to table cell when selected */
    width: 185px; height: 20px;
    color: #ffffff; background: transparent;
    text-decoration: none;
    font: 12px arial, verdana, sans-serif;
/*    border-right: 1px solid #E19B00;
    border-bottom: 1px solid #E19B00;  */
    padding: 0; margin-left: 10px;
}
.JT_lvl2_link, .JT_lvl2_link:visited { /* Applied to anchor (if not an image) */
    width: 184px;
    color: #ffffff;
    background: transparent;
    font: 12px arial, verdana, sans-serif;
    text-decoration: none;
    padding: 7px 0 0px 30px;
/*    padding: 7px 0 6px 30px;  */
	display: block;
	margin: 0;
}

html > body .JT_lvl2_link, .JT_lvl2_link:visited { /* Applied to anchor (if not an image) */
    width: 173px; }

.JT_lvl2_link:hover, .JT_lvl2_link:active {
    width: 184px;
    color: #00457c;
    font-weight: bold;
    font: 12px arial, verdana, sans-serif;
    background: transparent;
    padding: 7px 0 0px 30px;
	display: block;
}

html > body .JT_lvl2_link:hover, .JT_lvl2_link:active { /* Applied to anchor (if not an image) */
    width: 173px; }

.JT_lvl2_link_on, .JT_lvl2_link_on:visited { /* Applied to anchor when selected*/
    width: 184px;
    background: transparent;
    color: #00457c;
    font: 12px arial, verdana, sans-serif;
    text-decoration: none;
    padding: 7px 0 0px 30px;
	display: block;
}

html > body .JT_lvl2_link_on, .JT_lvl2_link_on:visited { /* Applied to anchor (if not an image) */
    width: 173px; }

.JT_lvl2_link_on:hover, .JT_lvl2_link_on:active {
    width: 184px;
    color: #00457c;
    background: transparent;
    padding: 7px 0 0px 30px;
	display: block;
}

html > body .JT_lvl2_link_on:hover, .JT_lvl2_link_on:active { /* Applied to anchor (if not an image) */
    width: 173px; }

/*    End level 2 side menu     */
/* =======================================  */

/*    Level 2 drop down menu     */
/* =======================================  */


.JT_lvl2_cascade { /* Applied to table */
    width: 192px;
    border-top: 1px solid #E19B00;
    padding: 0; margin: 0;
	position: relative;

}
.JT_lvl2_cascade_cell { /* Applied to cell (<td>) */
    width: 192px; height 30px;
    color: #164996;
    background: #FFF3CE;
    border-right: 1px solid #E19B00;
    border-bottom: 1px solid #E19B00;
    border-left: 1px solid #E19B00;
    padding: 0; margin: 0;
}
.JT_lvl2_cascade_link, .JT_lvl2_cascade:visited { /* Applied to anchor */
    width: 192px;
    color: #164996;
    font: normal 11px arial, verdana, sans-serif;
    text-decoration: none;
    background: #FFF3CE url(images/clearBk.gif);
    padding: 7px 15px 7px 17px;
	display: block;
}
.JT_lvl2_cascade_link:hover, .JT_lvl2_cascade_link:active {
    width: 192px;
    font: normal 11px arial, verdana, sans-serif;
    color: #479008;
    background: #FFFFFF;
    text-decoration: none;
    padding: 7px 15px 7px 17px;
	display: block;
}

/*    End level 2 drop down menu     */
/* =======================================  */


