
/*** 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:			230px; /* left offset of submenus need to match (see below) */	
	background: #f5f5f5;
    border-left: 1px solid #b1b1b1; 
    border-right: 1px solid #b1b1b1;
    border-bottom: 1px solid #b1b1b1;
    border-top: none;   
    
	
}
.jt-menu ul li {
	/*width:			100%;*/
	text-align: left;
	
}
.jt-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.jt-menu li {
	/*float:			left;*/
	width: 190px;
	/*height: 60px;*/
	padding-right: 40px;
	text-align: center;
	position:		relative;
}
.jt-menu a {
	display:		block;
	position:		relative;
	padding-left: 15px;
}
.jt-menu li:hover ul,
.jt-menu li.sfHover ul {
	left:			-1px;
	top:			60px; /* 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;*/
	font-family: 'open_sansregular' , sans-serif;
	text-shadow: #1c71a6 2px 2px 0;
	color: White;
	font-size: 18px;
	line-height: 18px;
	padding-top: 21px;
	padding-bottom: 21px;
	text-decoration:none;
	
}
.jt-menu a, .jt-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	/*color:			#13a;*/
}
.jt-menu li.parent {
	background-image: -moz-linear-gradient(top, #33b6d8, #1c75b4);
        background-image: -ms-linear-gradient(#33b6d8, #1c75b4);

    background-image: -webkit-gradient(linear,left top,left bottom, color-stop(0, #33b6d8),color-stop(1, #1c75b4));    
  /*  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#33b6d8', EndColorStr='#1c75b4')";*/
    border: 1px solid #4c9ece;    
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;	
}
.jt-menu li.parent:hover {
	 background-image: -moz-linear-gradient(top, #37c0e9, #2082c7);
         background-image: -ms-linear-gradient(#37c0e9, #2082c7);

    background-image: -webkit-gradient(linear,left top,left bottom, color-stop(0, #37c0e9),color-stop(1, #2082c7));    
    /*-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#37c0e9', EndColorStr='#2082c7')";*/
    border-radius: 8px 8px 0px 0px;
    -webkit-border-radius: 8px 8px 0px 0px;
    -moz-border-radius: 8px 8px 0px 0px;
}



ul.jt-menu a
{padding-left: 0px;}

.jt-menu ul a
{padding-left: 15px; padding-top: 0px;
	padding-bottom: 0px; font-family: 'open_sans_semiboldregular' , sans-serif;
	text-shadow: white 1px 1px 0;
	color: #5e5e5e;
	font-size: 14px;
	line-height: 14px;}
	
.jt-menu ul a:hover{	
	color: #e35f13;
	text-shadow: white 1px 1px 0;
	
}

.jt-menu li li {
	/*background:		#AABDE6;*/
	padding-top: 13px;
	padding-bottom: 13px;
	
	
}

.jt-menu li li:last-child
{}

.jt-menu ul > .menuItemBkg {
	/*background:		#AABDE6;*/
	
}

.jt-menu li li li {
	background:		#9AAEDB;
}
.jt-menu li:hover, .jt-menu li.sfHover,
.jt-menu a:focus, .jt-menu a:hover, .jt-menu a:active {
	/*background:		#CFDEFF;*/
	outline:		0;
}

.jt-menu a:hover
{}

/*** 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;
}
