/*** ESSENTIAL STYLES ***/
.navMain, .navMain * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.navMain {
	line-height:	1.0;
}
.navMain ul {
	position:		absolute;
	top:			-999em;
	width:			14em; /* left offset of submenus need to match (see below) */
	border:			solid #b5c831;
	border-width: 	6px 8px 8px 8px;
	padding:		0.5em 0.1em;
	background:		#f3f8fd;
}
.navMain ul ul {
	padding:		0;
	border:			none;
}
.navMain ul li {
	width:			100%;
}
.navMain li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.navMain li {
	float:			left;
	position:		relative;
}
.navMain a {
	display:		block;
	position:		relative;
}
.navMain li:hover ul,
.navMain li.sfHover ul {
	left:			1.8em;
	top:			53px; /* match top ul list item height */
	z-index:		99;
}
ul.navMain li:hover li ul,
ul.navMain li.sfHover li ul {
	top:			-999em;
}
ul.navMain li li:hover ul,
ul.navMain li li.sfHover ul {
	left:			14em; /* match ul width */
	top:			0;
}
ul.navMain li li:hover li ul,
ul.navMain li li.sfHover li ul {
	top:			-999em;
}
ul.navMain li li li:hover ul,
ul.navMain li li li.sfHover ul {
	left:			14em; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.navMain {
	float:			left;
	margin-bottom:	1em;
}
ul.navMain li li a {
	border:	none;
	padding: 		.45em 1em;
	text-decoration:none;
}
ul.navMain li li a, ul.navMain li li a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#015095;
}

ul.navMain li li:hover, ul.navMain li li.sfHover {
	background:		transparent;
}
ul.navMain li li {
	background:		#f3f8fd;
}
ul.navMain li li li {
	background:		#f3f8fd;
}
ul.navMain li li:hover, ul.navMain li li.sfHover,
ul.navMain li li a:focus, ul.navMain li li a:hover, ul.navMain li li a:active {
	background:		#e6f4ff;
	color:			#0069c4;
	outline:		0;
}


.navMain a.sf-with-ul li:hover {
	background: 	transparent;
}
.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('/KHP/Teens/images/arrows-015095.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:			.5em;
	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 */
.navMain ul .sf-sub-indicator { background-position:  -10px 0; }
.navMain ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.navMain ul a:focus > .sf-sub-indicator,
.navMain ul a:hover > .sf-sub-indicator,
.navMain ul a:active > .sf-sub-indicator,
.navMain ul li:hover > a > .sf-sub-indicator,
.navMain ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {	
	padding: 0 8px 9px 0;
	margin:5px 0 0 76px;
	-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;
}
