
/*** 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) */
}
.jt-menu  li.item-103 ul {width:			270px; /* left offset of submenus need to match (see below) */}

.jt-menu  li.item-104 ul {width:			270px; /* 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;
}
.jt-menu a {
	display:		block;
	position:		relative;
}
.jt-menu li:hover ul,
.jt-menu li.sfHover ul {
	left:			0;
	top:			110px; /* 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:			right;

}
/*.jt-menu a {
	border-left:	1px solid #fff;
	border-top:		1px solid #CFDEFF;
	padding: 		.75em 1em;
	text-decoration:none;
}*/
.jt-menu a, .jt-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#11466d;
}
.jt-menu > li {
	background-image: url(../images/top-menu-spacer.jpg);
	background-repeat: no-repeat;
	background-position: right 41px;
}
.jt-menu > li.item-106 {background-image: none;}
.jt-menu li ul 
 {
	background-image: url("../images/sub-menu-ul-bg.jpg");
	background-repeat: no-repeat;
	background-position: right top;
	background-color:#FFF;
}
.content .jt-menu li ul 
 {
	-moz-box-shadow: 2px 2px 4px #D7D7D7;
	-webkit-box-shadow: 2px 2px 4px #D7D7D7;
	box-shadow: 2px 2px 4px #D7D7D7;

}
.jt-menu > li a{
	padding-top: 48px;
	padding-right: 18px;
	padding-bottom: 58px;
	padding-left: 18px;
	position: relative;
	z-index: 10;
	font-size: 16px;
	text-transform: uppercase;

}
.jt-menu > li.active > a {
	color: #231f20;
	background-image: url(../images/top-menu-hover.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.jt-menu li.active li a {	background-image: none;}
.jt-menu li li {
	/*border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #165380;
	border-right-color: #cedae4;
		background-color: #fafbfd;*/
	background-color: transparent;
	background-image: url(../images/sub-menu-bg.png);
	background-repeat: no-repeat;
	background-position: left bottom;

	border-right-width: 1px;
	border-right-style: none;
	
}
.jt-menu li li:hover {	background-position: left -9px; }
.jt-menu li li a{
	font-size: 13px;
	text-transform: none;
	padding-top: 14px;
	padding-right: 10px;
	padding-bottom: 14px;
	padding-left: 25px;
	background-image: none;
	text-transform: uppercase;
	color: #1a517a;
}

.jt-menu li li a:hover {color: #000000;}
.jt-menu li li li {
	background:		#9AAEDB;
}
.jt-menu li:hover, .jt-menu li.sfHover
 {
	outline:		0;
}
.jt-menu li a:focus, .jt-menu li a:hover, .jt-menu li a:active
{	background-image: url(../images/top-menu-hover.png);
	background-repeat: no-repeat;
	background-position: center top;}
	
.jt-menu li li a:focus, .jt-menu li li  a:hover, .jt-menu li li  a:active
{	background-image: none;}


/*** 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;
}
