/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu *
{
/*color: #353535 !important;*/
	margin: 0;
	padding: 0;
	list-style: none;
	z-index: 100 !important;
	font-family: Arial !important;
}
.sf-menu UL
{
	position: absolute;
	top: -999em;
	background: #FFFFFF;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
	width: 187px !important;
	border: 3px solid #D2DCE5;
/*left offset of submenus need to match (see below)*/
	z-index: 100 !important;
}
.sf-menu UL LI
{
	width: 100%;
	z-index: 100 !important;
	font-family: Arial !important;
}
.sf-menu UL LI, .sf-menu UL UL LI
{
	width: 184px;
/*padding:0px 22px;*/
}
.sf-menu LI:hover
{
	visibility: inherit;
/*fixes IE7 'sticky bug'*/
}
.sf-menu LI
{
	float: left;
	position: relative;
}
.sf-menu A
{
	display: block;
	position: relative;
	font-family: Arial !important;
}
.sf-menu LI:hover UL, .sf-menu LI.sfHover UL
{
	left: 18px;
	top: 31px;
/*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: 184px;
/*match ul width*/
	top: 0px;
}
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: 140px;
/*match ul width*/
	top: 0;
}
/*** DEMO SKIN ***/
.sf-menu
{
	float: left;
	/*[empty]line-height:;*/
/*margin-bottom:    1em;*/
}
.sf-menu A
{
/*border-left:    1px solid #fff;
border-top:        1px solid #CFDEFF;*/
	padding: 0.75em 1em;
	text-decoration: none;
	color: #356EA0 !important;
	font-weight: bold;
}
.sf-menu A, .sf-menu A:visited
{
/*visited pseudo selector so IE6 applies text colour*/
}
.sf-menu LI A, .sf-menu LI A:hover, .sf-menu A:active, .sf-menu A:visited
{
	padding: 13px 20px 7px !important;
}
.sf-menu LI A:hover
{
	text-decoration: underline;
}
.sf-menu LI LI A:hover
{
}
.sf-menu UL LI A, .sf-menu UL LI A:hover, .sf-menu UL A:active, .sf-menu UL A:visited
{
	padding: 10px !important;
}
.sf-menu LI LI
{
}
.sf-menu LI LI LI
{
	background: #FFF;
}
.sf-menu LI:hover, .sf-menu LI.sfHover, .sf-menu A:focus, .sf-menu A:hover, .sf-menu A:active
{
	outline: 0;
}
/*** arrows **/
.sf-menu 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;
	background: url(../../rs/icons/silk/bullet_arrow_down.png) no-repeat center center;
	right: 0.35em;
	top: 1.05em;
/*IE6 only*/
	width: 10px;
	height: 10px;
	text-indent: -999em;
	overflow: hidden;
/*8-bit indexed alpha png. IE6 gets solid image only*/
	margin: 0;
}
A .sf-sub-indicator
{
/*give all except IE6 the correct values*/
	top: 1.4em;
/*use translucent arrow for modern browsers*/
}
.sf-menu UL LI A .sf-sub-indicator
{
	top: 0.8em !important;
}
/*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
{
/*arrow hovers for modern browsers*/
}
/*point right for anchors in subs*/
.sf-menu UL .sf-sub-indicator
{
}
.sf-menu UL A>.sf-sub-indicator
{
}
/*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
{
/*arrow hovers for modern browsers*/
}
/*** shadows for all but IE6 ***/
.sf-shadow UL
{
/*background:    url('../images/shadow.png') no-repeat bottom right;*/
	padding: 5px;
}
.sf-shadow UL.sf-shadow-off
{
	background: transparent;
}

