/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu *
{
	margin: 0;
	padding: 0;
	list-style: none;
}
.sf-menu
{
	line-height: 1;
}
.sf-menu UL
{
	position: absolute;
	top: -999em;
	width: 10em;
/*left offset of submenus need to match (see below)*/
}
.sf-menu UL LI
{
	width: 100%;
}
.sf-menu LI:hover
{
	visibility: inherit;
/*fixes IE7 'sticky bug'*/
}
.sf-menu LI
{
	float: left;
	position: relative;
}
.sf-menu A
{
	display: block;
	position: relative;
}
.sf-menu LI:hover UL, .sf-menu LI.sfHover UL
{
	left: 0;
	top: 1.5em;
/*match top ul list item height*/
	z-index: 99;
}
UL.sf-menu LI:hover LI UL, UL.sf-menu LI.sfHover LI UL
{
	top: -999em;
}
UL.sf-menu LI LI:hover UL, UL.sf-menu LI LI.sfHover UL
{
	left: 10em;
/*match ul width*/
	top: 0;
}
UL.sf-menu LI LI:hover LI UL, UL.sf-menu LI LI.sfHover LI UL
{
	top: -999em;
}
UL.sf-menu LI LI LI:hover UL, UL.sf-menu LI LI LI.sfHover UL
{
	left: 10em;
/*match ul width*/
	top: 0;
}
/*** DEMO SKIN ***/
.sf-menu
{
	float: right;
	margin-top: 130px;
	padding-right: 30px;
	margin-bottom: 1em;
}
.sf-menu A
{
	/*[disabled]padding:0.75em 1em;*/
	text-decoration: none;
}
.sf-menu A, .sf-menu A:visited
{
/*visited pseudo selector so IE6 applies text colour*/
	color: #333;
}
.sf-menu LI LI
{
	font: 10pt Calibri, Helvetica, Arial;
	font-weight: bold;
	background-color: #C6C0C0;
}
.sf-menu LI DIV
{
	border: 4px solid #FF0000;
}
.sf-menu LI LI A
{
	padding: 6px;
}
.sf-menu UL LI, .sf-menu UL LI UL LI
{
	/*[disabled]border-bottom:1px solid #CCC;*/
}
.sf-menu UL LI UL LI
{
	border-left: 1px solid #CCC;
}
.sf-menu LI UL LI:hover, .sf-menu LI UL LI A:focus, .sf-menu LI UL LI A:hover, .sf-menu LI UL LI A:active
{
	color: #FFFFFF;
	background: #464545;
	outline: 0;
}
.sf-menu LI.sfHover, .sf-menu LI:hover, .sf-menu A:focus, .sf-menu A:hover, .sf-menu A:active
{
	/*[disabled]color:#FFFFFF;*/
	/*[disabled]background:#464545;*/
	/*[disabled]outline:0;*/
}
/*** arrows **/
.sf-menu A.sf-with-ul
{
	min-width: 1px;
/*trigger IE7 hasLayout so spans position accurately*/
}
.sf-sub-indicator
{
	display: none;
	margin-top: -5px;
}
UL LI LI .sf-sub-indicator
{
	position: absolute;
	display: block;
	right: 0.75em;
	top: 1.05em;
/*IE6 only*/
	width: 10px;
	height: 10px;
	text-indent: -999em;
	overflow: hidden;
	background: url(../images/superfish/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: 0.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*/
.sf-menu UL .sf-sub-indicator
{
	background-position: -10px 0;
}
.sf-menu UL A>.sf-sub-indicator
{
	background-position: 0 0;
}
/*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;
/*arrow hovers for modern browsers*/
}
/*** shadows for all but IE6 ***/
.sf-shadow UL
{
	background: url(../images/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;
}

