
/*** ESSENTIAL STYLES ***/
#navigation ul, #navigation ul * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
#navigation ul {
	line-height:	1.0;
}
#navigation ul ul {
	position:		absolute;
	top:			-999em;
	width:			197px; /* left offset of submenus need to match (see below) */
}
#navigation ul ul li {
	width:			100%;
}
#navigation ul li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
#navigation ul li {
	float:			left;
	position:		relative;
}
#navigation ul a {
	display:		block;
	position:		relative;
}
#navigation ul li:hover ul,
#navigation ul li.sfHover ul {
	left:			0;
	top:			55px; /* match top ul list item height */
	z-index:		99;
}
#navigation ul li:hover li ul,
#navigation ul li.sfHover li ul {
	top:			-999em;
}
#navigation ul li li:hover ul,
#navigation ul li li.sfHover ul {
	left:			197px; /* match ul width */
	top:			0;
}
#navigation ul li li:hover li ul,
#navigation ul li li.sfHover li ul {
	top:			-999em;
}
#navigation ul li li li:hover ul,
#navigation ul li li li.sfHover ul {
	left:			197px; /* match ul width */
	top:			0;
}
#navigation ul li li {
	background:		#2567a7;
}
#navigation ul li li li {
	background:		#3b76b0;
}
#navigation ul li:hover, #navigation ul li.sfHover,
#navigation ul a:focus, #navigation ul a:hover, #navigation ul a:active {
	color:		#ffffff !important;
}
#navigation ul ul li:hover, #navigation ul ul li.sfHover,
#navigation ul ul a:focus, #navigation ul ul a:hover, #navigation ul ul a:active {
	background:		#3b76b0;
	color:		#ffffff !important;
	outline:		0;
}

/*** arrows **/
#navigation ul a.sf-with-ul {
	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;
}
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 */
#navigation ul ul .sf-sub-indicator { background-position:  -10px 0; }
#navigation ul ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
#navigation ul ul a:focus > .sf-sub-indicator,
#navigation ul ul a:hover > .sf-sub-indicator,
#navigation ul ul a:active > .sf-sub-indicator,
#navigation ul ul li:hover > a > .sf-sub-indicator,
#navigation ul 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;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}
