/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
	white-space: nowrap;
	z-index: 200;
}
.sf-menu {
	line-height:	1.0;
	z-index: 200;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	z-index: 200;
}
.sf-menu ul li {
	width:			100%;
	z-index: 200;
}
.sf-menu li:hover {
	visibility:		inherit;
	z-index: 200;
}
.sf-menu li {
	float:			left;
	position:		relative;
	z-index: 200;
}
.sf-menu a {
	display:		block;
	position:		relative;
	z-index: 200;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.8em; /* match top ul list item height */
	z-index:		200;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
	z-index: 200;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
	z-index: 200;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
	z-index: 200;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
	z-index: 200;
}

/*** DEMO SKIN ***/
.sf-menu {
	float:			left;
	margin-bottom: 0px;
	z-index: 200;
}
.sf-menu a {
	text-decoration:none;
	padding-top: 9px;
	padding-right: 11px;
	padding-bottom: 8px;
	padding-left: 11px;
	border-right-width: medium;
	border-right-style: solid;
	border-right-color: #FAE8BD;
	z-index: 200;
}
.sf-menu a.last {
	border: none;
	z-index: 200;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	z-index: 200;
}
.sf-menu li {
	background-color: #F4D27A;
	z-index: 200;
}
.sf-menu li li a {
	background-color: #FAE8BD;
	border: none;
	z-index: 200;
}
.sf-menu li li li a {
	background-color: #F4D27A;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-left-color: #666666;
	z-index: 200;
}
.sf-menu li li li li a {
	background-color: #FAE8BD;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-left-color: #666666;
	z-index: 200;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background:		#CFDEFF;
	outline:		0;
	z-index: 200;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
	min-width:		1px;
	z-index: 200;
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			0.75em;
	top:			0.75em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden; /* 8-bit indexed alpha png. IE6 gets solid image only */
	background-image: url(../images/arrows-ffffff.png);
	background-repeat: no-repeat;
	background-position: -10px -100px;
}
.sf-menu > li > a > .sf-sub-indicator {
	background:none;
} 
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
	padding-top: 10px;
}
/* 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;
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator {
	background-position:  -10px 20;
}
.sf-menu ul a > .sf-sub-indicator {
	background-position:  100 10;
}
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0;
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	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;
	background-image: url(../images/shadow-superfish.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}
