
#jsNav, #jsNav * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
#jsNav {
	line-height:	1.0;
}
#jsNav ul {
	position:		absolute;
	top:			-999em;
	margin-left: -1em;
	width:			10em; /* left offset of submenus need to match (see below) */
	width: 160px;
	z-index: 99;
	background-color: #fff;
	/* border-bottom:	1px solid #566d21; */
	border-bottom:	1px solid #f4f4f4; 
	z-index: 9999;
}
#jsNav ul ul {
	z-index: 9999;
	width: 240px;
	background-color: #fff;
	margin-left: 0;
	border-bottom: 0;
}
#jsNav ul li {
	width:			100%;
}
#jsNav li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
#jsNav li {
	float:			left;
	position:		relative;
}
#jsNav a {
	display:		block;
	position:		relative;
}
#jsNav ul a {
	
	padding-left: 0;
}
#jsNav li:hover ul,
#jsNav li.sfHover ul {
	left: 0;
	top:			1.75em; /* match top ul list item height */
}
ul#jsNav li:hover li ul,
ul#jsNav li.sfHover li ul {
	top:			-999em;
}
ul#jsNav li li:hover ul,
ul#jsNav li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul#jsNav li li:hover li ul,
ul#jsNav li li.sfHover li ul {
	top:			-999em;
}
ul#jsNav li li li:hover ul,
ul#jsNav li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

#jsNav {
	float:			left;
	margin-bottom:	1em;
}
#jsNav a {
	/* border-top:		1px solid #CFDEFF; */
	padding-bottom: 		1.25em;
	text-decoration:none;
}
	
#jsNav ul a {
	padding: 5px 1em;
}
#jsNav ul ul li a {
	border-left:	1px solid #566d21; 
}

/*** arrows **/
#jsNav ul 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('../pix/arrows-ffffff.png') no-repeat -9px -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 */
#jsNav ul .sf-sub-indicator { background-position:  -9px 0; }
#jsNav ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
#jsNav ul a:focus > .sf-sub-indicator,
#jsNav ul a:hover > .sf-sub-indicator,
#jsNav ul a:active > .sf-sub-indicator,
#jsNav ul li:hover > a > .sf-sub-indicator,
#jsNav ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

ul#jsNav li a span.sf-sub-indicator {
	background: none;
}
ul#jsNav ul li a span.sf-sub-indicator {
	background:		url('../pix/arrows-ffffff.png') no-repeat -9px 0; /* 8-bit indexed alpha png. IE6 gets solid image only */
}

#jsNav {
	line-height:16px;
}


