/*** ESSENTIAL STYLES ***/
#panel, #panel * {
	margin:			0;
	padding:		0;
	list-style:		none;
	z-index:99;
}
#panel {
	padding: 0 13px;
	line-height:	1.0;
}
#panel img {
	border:none;
	}

#panel ul {
	position:		absolute;
	top:			-999em;
	width:			174px; /* left offset of submenus need to match (see below) */
}
#panel ul  {
	margin-left:2px;
	}
#panel ul ul  {
	margin-left:0px;
	}
#panel ul li {
	width:164px;
	padding-left:10px;
}
#panel li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
#panel li {
	float:			left;
	position:		relative;
}
#panel a {
	display:		block;
	position:		relative;

}
#panel li:hover ul, #panel li.sfHover ul {
	left:			0;
	top:			32px; /* match top ul list item height */
	z-index:		99;
}
ul#panel li:hover li ul, ul#panel li.sfHover li ul {
	top:			-999em;
}
ul#panel li li:hover ul, ul#panel li li.sfHover ul {
	left:			174px; /* match ul width */
	top:			8px;
}
ul#panel li li:hover li ul, ul#panel li li.sfHover li ul {
	top:			-999em;
}
ul#panel li li li:hover ul, ul#panel li li li.sfHover ul {
	left:			174px; /* match ul width */
	top:			4px;
}
/*** DEMO SKIN ***/
#panel {
	float:			left;

}
#panel a {
	text-decoration:none;
}
#panel a, #panel a:visited { /* visited pseudo selector so IE6 applies text colour*/
}
#panel li {
}
#panel li li {
	line-height:30px;
	background:url(../../../../images/unselected.gif) #cf471a top repeat-x;
}
#panel li li li {
	background:url(../../../../images/unselected.gif) #cf471a top repeat-x;
}
#panel li:hover, #panel li.sfHover, #panel a:focus, #panel a:hover, #panel a:active {
}

#panel ul a.cur {
	background:url(../../../../images/unselected.gif) #cf471a top repeat-x !important;
	color:#fff !important;
	font-size:inherit !important;
}

#panel a:hover {
	text-decoration:underline;
	}

/*** arrows **/
#panel a.sf-with-ul {
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		none;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('../images/arrows-ffffff.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:			.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 */
#panel ul .sf-sub-indicator {
	background-position:  -10px 0;
}
#panel ul a > .sf-sub-indicator {
	background-position:  0 0;
}
/* apply hovers to modern browsers */
#panel ul a:focus > .sf-sub-indicator, #panel ul a:hover > .sf-sub-indicator, #panel ul a:active > .sf-sub-indicator, #panel ul li:hover > a > .sf-sub-indicator, #panel 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('../images/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;

}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}
