
/*** ESSENTIAL STYLES ***/
.jt-menu, .jt-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.jt-menu {
	line-height:	1.0;
}
.jt-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.jt-menu ul li {
	width:			100%;
}
.jt-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.jt-menu li {
	float:			left;
	position:		relative;
        border-top: 2px solid transparent;
}
.jt-menu a {
	display:		block;
	position:		relative;
}
.jt-menu li:hover ul,
.jt-menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul.jt-menu li:hover li ul,
ul.jt-menu li.sfHover li ul {
	top:			-999em;
}
ul.jt-menu li li:hover ul,
ul.jt-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.jt-menu li li:hover li ul,
ul.jt-menu li li.sfHover li ul {
	top:			-999em;
}
ul.jt-menu li li li:hover ul,
ul.jt-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.jt-menu {
	float:			left;
	margin-bottom:	1em;
}
.jt-menu a {
	border-left:	1px solid #fff;
	border-top:		1px solid #CFDEFF;
	padding: 		.75em 1em;
	text-decoration:none;
        font-weight: normal!important;
        border: 1px solid transparent!important;
        border-top: 1px solid transparent!important;
        border-right: 1px solid #EAEAEA!important;
}
.jt-menu a, .jt-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
/*	color:			#13a;*/
        color:			#666667;
}
.jt-menu li {
	background:		transparent;
/*        border: 1px solid orange!important;*/
}
.jt-menu li li {
	background:		#EFEFEF;
/*        border: 1px solid red;*/
        color: #666667!important;
}
.jt-menu li li li {
	background:		#EFEFEF;
}
.jt-menu li:hover, .jt-menu li.sfHover,
.jt-menu a:focus, .jt-menu a:hover, .jt-menu a:active {
    background: #95c831; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzk1YzgzMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwJSIgc3RvcC1jb2xvcj0iIzk1YzgzMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijg1JSIgc3RvcC1jb2xvcj0iIzA4NmEwMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwODZhMDIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #95c831 0%, #95c831 10%, #086a02 85%, #086a02 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#95c831), color-stop(10%,#95c831), color-stop(85%,#086a02), color-stop(100%,#086a02)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #95c831 0%,#95c831 10%,#086a02 85%,#086a02 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #95c831 0%,#95c831 10%,#086a02 85%,#086a02 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #95c831 0%,#95c831 10%,#086a02 85%,#086a02 100%); /* IE10+ */
    background: linear-gradient(to bottom, #95c831 0%,#95c831 10%,#086a02 85%,#086a02 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#95c831', endColorstr='#086a02',GradientType=0 ); /* IE6-8 */
    outline:		0;
    color: white;
}


.jt-menu li:hover a {
    color:white;
    
}
.jt-menu li a:hover {
    border: 1px solid #53881C!important;
    border-top: 1px solid yellowgreen!important;
    
}

.jt-menu li li {
/*    border-bottom: 1px solid #EAEAEA!important;*/
}

.jt-menu li li a {
/*    border: 2px solid purple!important;*/
    color: #666667;
    
}

.jt-menu li li a:hover {
    border: 1px solid transparent!important;
/*    background: #D2D2D2!important;*/
/*    background: #207A0A!important;*/
    background: #418715!important;
    color: white!important;
    
}

.jt-menu li li:hover {
/*    border: 1px solid #006600!important;*/
    border-top: none!important;
    
}

.jt-menu li li.parent.sfHover {
    border: 1px solid transparent!important;
    background: #338f12!important;
    
}

li li.current {
    background: #418715!important;
    color: white!important;
    border-top: none!important;
}

li li.current.active a {
    color: white!important;
}

li.current {
    background: #95c831; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzk1YzgzMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwJSIgc3RvcC1jb2xvcj0iIzk1YzgzMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijg1JSIgc3RvcC1jb2xvcj0iIzA4NmEwMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwODZhMDIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, #95c831 0%, #95c831 10%, #086a02 85%, #086a02 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#95c831), color-stop(10%,#95c831), color-stop(85%,#086a02), color-stop(100%,#086a02)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #95c831 0%,#95c831 10%,#086a02 85%,#086a02 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #95c831 0%,#95c831 10%,#086a02 85%,#086a02 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #95c831 0%,#95c831 10%,#086a02 85%,#086a02 100%); /* IE10+ */
background: linear-gradient(to bottom, #95c831 0%,#95c831 10%,#086a02 85%,#086a02 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#95c831', endColorstr='#086a02',GradientType=0 ); /* IE6-8 */

color: white!important;
border-top: 2px solid #FFCC00!important;
/*-moz-box-shadow: 0px 0px 15px #086A02;
-webkit-box-shadow: 0px 0px 15px #086A02;
box-shadow: 0px 0px 21px #086A02;
zoom: 1;
filter: progid:DXImageTransform.Microsoft.Shadow(Color=#FFCC00, Strength=7, Direction=0), progid:DXImageTransform.Microsoft.Shadow(Color=#FFCC00, Strength=4, Direction=90), progid:DXImageTransform.Microsoft.Shadow(Color=#91A4CD, Strength=2, Direction=180), progid:DXImageTransform.Microsoft.Shadow(Color=#91A4CD, Strength=4, Direction=270);*/

}

li:hover {
    border-top: 2px solid #FFCC00!important;
}
li.current a {
    color: white!important;
    font-weight: normal!important;
    border: 1px solid #53881C!important;
    border-top: 1px solid transparent!important;
    
    
}

li.sfHover a {
    color: white!important;
    font-weight: normal!important;
/*    border: 1px solid red!important;*/
}

li.sfHover li a {
    color: #666667!important;
}

li.sfHover li a:hover {
    color: white!important;
    
}

li.sfHover li a {
    color: #666667!important;
}

li.sfHover li.sfHover a {
    color: white!important;
}

li.sfHover li.sfHover li a {
    color: #666667!important;
}

li.sfHover li.sfHover li a:hover {
    color: white!important;
}

/*** arrows **/
.jt-menu a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('../images/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.jt-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.jt-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.jt-menu ul a:focus > .sf-sub-indicator,
.jt-menu ul a:hover > .sf-sub-indicator,
.jt-menu ul a:active > .sf-sub-indicator,
.jt-menu ul li:hover > a > .sf-sub-indicator,
.jt-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('../images/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}

li.sfHover {
    border-top: 2px solid #FFCC00!important;
}