/*** ESSENTIAL STYLES ***/
.sf-menu-top, .sf-menu-top * {
	margin:			0;
	padding:			0;
	list-style:		none;
	z-index:2;
}
.sf-menu-top {
	line-height:	1.0;
}
.sf-menu-top ul {
	position:		absolute;
	top:				-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.sf-menu-top ul li {
	width:			100%;
}
.sf-menu-top li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu-top li {
	float:			left;
	position:		relative;
}
.sf-menu-top a, .sf-menu-top a:hover {
	display:		block;
	position:		relative;
	text-decoration: none;
}
.sf-menu-top li:hover ul,
.sf-menu-top li.sfHover ul {
	left:			0;
	top:			14px; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu-top li:hover li ul,
ul.sf-menu-top li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu-top li li:hover ul,
ul.sf-menu-top li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu-top li li:hover li ul,
ul.sf-menu-top li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu-top li li li:hover ul,
ul.sf-menu-top li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.sf-menu-top {
	float:			right;
	margin-bottom:	0;
}
.sf-menu-top a {
	line-height: 	12px;
	border-left:	1px solid #fff;
	padding: 		1px 3px 3px 3px;
	text-decoration:none;
	text-align: 	left;
}

.sf-menu-top li a {
	line-height: 	10px;
	padding: 		1px 8px 2px 8px;
}

.sf-menu-top li.first a {
	border-left:	none;
	}

.sf-menu-top li.last a {
	font-weight: bold;
	}


.sf-menu-top a  { /* REMOVED visited pseudo selector so IE6 applies text colour*/
	color:			#fff;
}

.sf-menu-top li li a, .sf-menu-top li li a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#698908;
}

.sf-menu-top li li a:hover  { /* visited pseudo selector so IE6 applies text colour*/
	color:	#d7006b;
}

.sf-menu-top li {
	/*
	background:		#BDD2FF;
	*/
}
.sf-menu-top li li {
	background:		#fff;
}

.sf-menu-top li ul {
	padding: 5px;
	background-color: #fff;
}

.sf-menu-top li li a {
	color:	#698908;
}

.sf-menu-top li li li {
	color:	#698908;
}
.sf-menu-top li:hover, .sf-menu-top li.sfHover,
.sf-menu-top a:focus, .sf-menu-top a:hover, .sf-menu-top a:active {
	background:		#fff;
	color: 			#698908;
}

li.sfHover a, li.sfHover a:hover, li.sfHover a.visited {
	color: 			#698908;
}

/*** arrows **/
.sf-menu-top a.sf-with-ul {
	padding-right: 	1.5em;
	min-width:			1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:			block;
	right:			0.5em;
	top:				4px; /* IE6 only */
	width:			6px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('img/nav4/nav4_ifsub.png') no-repeat 0 2px;
	/* -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}

li.sfHover .sf-sub-indicator {
	background:		url('img/nav4/nav4_ifsub_act.png') no-repeat 0 2px;
}

a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	/* top:			.8em; */
	top: 4px;
	/* 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 */
.sf-menu-top ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu-top ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu-top ul a:focus > .sf-sub-indicator,
.sf-menu-top ul a:hover > .sf-sub-indicator,
.sf-menu-top ul a:active > .sf-sub-indicator,
.sf-menu-top ul li:hover > a > .sf-sub-indicator,
.sf-menu-top 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('img/superfish/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;
}
