
/*** 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;
}
.jt-menu a {
	display:		block;
	position:		relative;
}
.jt-menu li:hover ul,
.jt-menu li.sfHover ul {
	left:			0;
	top:			48px; /* match top ul list item height */
	z-index:		99;
	width:240px; 
}
.jt-menu li ul li{
				width:100%;
				/* height:25px;  */
				height:auto; 
				line-height:25px;
				border-bottom:1px solid #f87c7c; 
	}
.jt-menu li.sfHover ul li a{
			display:block;
			 	text-align:left;  
			 	color:#fff;
			 	font-size:12px;
			 	font-weight:none;    	
	}	
.jt-menu li ul li ul li ul{
					left:			10em; /* match ul width */
					top:			0;
	}	
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:			240px; /* 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 {
	z-index:1000;
	left:240px; 
	top:0 
}

/*** DEMO SKIN ***/
.jt-menu {
			height:50px;
			line-height:50px; 
			
}
.jt-menu a {
			display:block;
			padding:0 27px;
			color:#333333;
			text-transform:uppercase;
			font-size:13px;
			font-weight:bold;
			text-align:center;       
}

.jt-menu a, .jt-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	
}
.jt-menu li {
		
}
.jt-menu li li {

}
.jt-menu li li li {
	background:		;
}
.jt-menu li:hover, .jt-menu li.sfHover,
.jt-menu a:focus, .jt-menu a:hover, .jt-menu a:active {

}

/*** arrows **/
.jt-menu a.sf-with-ul {
 /* 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-color:#f00000; 	
	
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}
#menu ul.jt-menu li ul li a:hover{
			color:yellow; 	
	}
