/*** ESSENTIAL STYLES ***/
.sf-residential, .sf-residential * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-residential {
	line-height:	1.0;
	margin-right: 0px;	/*margin-left: 15px;*/
}
.sf-residential ul {
	position:		absolute;
	top:			-999em;
	width:			13.5em; /* left offset of submenus need to match (see below) */
}
.sf-residential ul li {
	width:			100%;
}
.sf-residential li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-residential li {
	float:			left;
	position:		relative;
}
.sf-residential a {
	display:		block;
	position:		relative;
}
.sf-residential li:hover ul,
.sf-residential li.sfHover ul {
	left:			0;
	top:			2.22em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-residential li:hover li ul,
ul.sf-residential li.sfHover li ul {
	top:			-999em;
}
ul.sf-residential li li:hover ul,
ul.sf-residential li li.sfHover ul {
	left:			13.5em; /* match ul width */
	top:			0;
}
ul.sf-residential li li:hover li ul,
ul.sf-residential li li.sfHover li ul {
	top:			-999em;
}
ul.sf-residential li li li:hover ul,
ul.sf-residential li li li.sfHover ul {
	left:			13.5em; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.sf-residential {
	float:			left;
	/*margin-bottom:	1em;*/
}
.sf-residential a {
	border-left:	1px solid #fff;
	border-top:		1px solid #578589;
	padding: 		.75em 1em;
	text-decoration:none;
}
.sf-residential a, .sf-residential a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#13a;
}
.sf-residential li {
	background:		#496D70;
}
.sf-residential li li {
	background:		#496D70;
}
.sf-residential li li li {
	background:		#496D70;
}
.sf-residential li:hover, .sf-residential li.sfHover,
.sf-residential a:focus, .sf-residential a:hover, .sf-residential a:active {
	background:		#578589;
	outline:		0;
}

/*** arrows **/
.sf-residential 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; /* 8-bit indexed alpha png. IE6 gets solid image only */
	/* background-image: url(../images/arrows-ffffff.png);
	background-repeat: no-repeat;
	background-position: -10px -100px; */
}
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 */
.sf-residential ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-residential ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-residential ul a:focus > .sf-sub-indicator,
.sf-residential ul a:hover > .sf-sub-indicator,
.sf-residential ul a:active > .sf-sub-indicator,
.sf-residential ul li:hover > a > .sf-sub-indicator,
.sf-residential 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;
	-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;
}

/* BUSINESSES */

/*** ESSENTIAL STYLES ***/
.sf-business, .sf-business * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-business {
	line-height:	1.0;
	margin-right: 0px;	/*margin-left: 15px;*/
}
.sf-business ul {
	position:		absolute;
	top:			-999em;
	width:			13.5em; /* left offset of submenus need to match (see below) */
}
.sf-business ul li {
	width:			100%;
}
.sf-business li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-business li {
	float:			left;
	position:		relative;
}
.sf-business a {
	display:		block;
	position:		relative;
}
.sf-business li:hover ul,
.sf-business li.sfHover ul {
	left:			0;
	top:			2.22em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-business li:hover li ul,
ul.sf-business li.sfHover li ul {
	top:			-999em;
}
ul.sf-business li li:hover ul,
ul.sf-business li li.sfHover ul {
	left:			13.5em; /* match ul width */
	top:			0;
}
ul.sf-business li li:hover li ul,
ul.sf-business li li.sfHover li ul {
	top:			-999em;
}
ul.sf-business li li li:hover ul,
ul.sf-business li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.sf-business {
	float:			left;
	/*margin-bottom:	1em;*/
}
.sf-business a {
	border-left:	1px solid #fff;
	border-top:		1px solid #9050F6;
	padding: 		.75em 1em;
	text-decoration:none;
}
.sf-business a, .sf-business a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#13a;
}
.sf-business li {
	background:		#6633CC;
}
.sf-business li li {
	background:		#6633CC;
}
.sf-business li li li {
	background:		#6633CC;
}
.sf-business li:hover, .sf-business li.sfHover,
.sf-business a:focus, .sf-business a:hover, .sf-business a:active {
	background:		#9050F6;
	outline:		0;
}

/*** arrows **/
.sf-business 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('../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 */
.sf-business ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-business ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-business ul a:focus > .sf-sub-indicator,
.sf-business ul a:hover > .sf-sub-indicator,
.sf-business ul a:active > .sf-sub-indicator,
.sf-business ul li:hover > a > .sf-sub-indicator,
.sf-business 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;
	-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;
}

/* VISITORS */

/*** ESSENTIAL STYLES ***/
.sf-visitor, .sf-visitor * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-visitor {
	line-height:	1.0;
	margin-right: 0px;	/*margin-left: 15px;*/
}
.sf-visitor ul {
	position:		absolute;
	top:			-999em;
	width:			13.5em; /* left offset of submenus need to match (see below) */
}
.sf-visitor ul li {
	width:			100%;
}
.sf-visitor li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-visitor li {
	float:			left;
	position:		relative;
}
.sf-visitor a {
	display:		block;
	position:		relative;
}
.sf-visitor li:hover ul,
.sf-visitor li.sfHover ul {
	left:			0;
	top:			2.22em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-visitor li:hover li ul,
ul.sf-visitor li.sfHover li ul {
	top:			-999em;
}
ul.sf-visitor li li:hover ul,
ul.sf-visitor li li.sfHover ul {
	left:			13.5em; /* match ul width */
	top:			0;
}
ul.sf-visitor li li:hover li ul,
ul.sf-visitor li li.sfHover li ul {
	top:			-999em;
}
ul.sf-visitor li li li:hover ul,
ul.sf-visitor li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.sf-visitor {
	float:			left;
	/*margin-bottom:	1em;*/
}
.sf-visitor a {
	border-left:	1px solid #fff;
	border-top:		1px solid #80AA00;
	padding: 		.75em 1em;
	text-decoration:none;
}
.sf-visitor a, .sf-visitor a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#13a;
}
.sf-visitor li {
	background:		#678901;
}
.sf-visitor li li {
	background:		#678901;
}
.sf-visitor li li li {
	background:		#678901;
}
.sf-visitor li:hover, .sf-visitor li.sfHover,
.sf-visitor a:focus, .sf-visitor a:hover, .sf-visitor a:active {
	background:		#80AA00;
	outline:		0;
}

/*** arrows **/
.sf-visitor 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('../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 */
.sf-visitor ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-visitor ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-visitor ul a:focus > .sf-sub-indicator,
.sf-visitor ul a:hover > .sf-sub-indicator,
.sf-visitor ul a:active > .sf-sub-indicator,
.sf-visitor ul li:hover > a > .sf-sub-indicator,
.sf-visitor 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;
	-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;
}


/* MUNICIPAL HALL */

/*** ESSENTIAL STYLES ***/
.sf-municipal, .sf-municipal * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-municipal {
	line-height:	1.0;
	margin-right: 0px;	/*margin-left: 15px;*/
}
.sf-municipal ul {
	position:		absolute;
	top:			-999em;
	width:			13.5em; /* left offset of submenus need to match (see below) */
}
.sf-municipal ul li {
	width:			100%;
}
.sf-municipal li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-municipal li {
	float:			left;
	position:		relative;
}
.sf-municipal a {
	display:		block;
	position:		relative;
}
.sf-municipal li:hover ul,
.sf-municipal li.sfHover ul {
	left:			0;
	top:			2.22em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-municipal li:hover li ul,
ul.sf-municipal li.sfHover li ul {
	top:			-999em;
}
ul.sf-municipal li li:hover ul,
ul.sf-municipal li li.sfHover ul {
	left:			13.5em; /* match ul width */
	top:			0;
}
ul.sf-municipal li li:hover li ul,
ul.sf-municipal li li.sfHover li ul {
	top:			-999em;
}
ul.sf-municipal li li li:hover ul,
ul.sf-municipal li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.sf-municipal {
	float:			left;
	/*margin-bottom:	1em;*/
}
.sf-municipal a {
	border-left:	1px solid #fff;
	border-top:		1px solid #996600;
	padding: 		.75em 1em;
	text-decoration:none;
}
.sf-municipal a, .sf-municipal a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#13a;
}
.sf-municipal li {
	background:		#7E5400;
}
.sf-municipal li li {
	background:		#7E5400;
}
.sf-municipal li li li {
	background:		#7E5400;
}
.sf-municipal li:hover, .sf-municipal li.sfHover,
.sf-municipal a:focus, .sf-municipal a:hover, .sf-municipal a:active {
	background:		#996600;
	outline:		0;
}

/*** arrows **/
.sf-municipal 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('../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 */
.sf-municipal ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-municipal ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-municipal ul a:focus > .sf-sub-indicator,
.sf-municipal ul a:hover > .sf-sub-indicator,
.sf-municipal ul a:active > .sf-sub-indicator,
.sf-municipal ul li:hover > a > .sf-sub-indicator,
.sf-municipal 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;
	-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;
}

/* MAYOR & COUNCIL */

/*** ESSENTIAL STYLES ***/
.sf-council, .sf-council * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-council {
	line-height:	1.0;
	margin-right: 0px;	/*margin-left: 15px;*/
}
.sf-council ul {
	position:		absolute;
	top:			-999em;
	width:			13.5em; /* left offset of submenus need to match (see below) */
}
.sf-council ul li {
	width:			100%;
}
.sf-council li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-council li {
	float:			left;
	position:		relative;
}
.sf-council a {
	display:		block;
	position:		relative;
}
.sf-council li:hover ul,
.sf-council li.sfHover ul {
	left:			0;
	top:			2.22em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-council li:hover li ul,
ul.sf-council li.sfHover li ul {
	top:			-999em;
}
ul.sf-council li li:hover ul,
ul.sf-council li li.sfHover ul {
	left:			13.5em; /* match ul width */
	top:			0;
}
ul.sf-council li li:hover li ul,
ul.sf-council li li.sfHover li ul {
	top:			-999em;
}
ul.sf-council li li li:hover ul,
ul.sf-council li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.sf-council {
	float:			left;
	/*margin-bottom:	1em;*/
}
.sf-council a {
	border-left:	1px solid #fff;
	border-top:		1px solid #6E1937;
	padding: 		.75em 1em;
	text-decoration:none;
}
.sf-council a, .sf-council a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#13a;
}
.sf-council li {
	background:		#4D1226;
}
.sf-council li li {
	background:		#4D1226;
}
.sf-council li li li {
	background:		#4D1226;
}
.sf-council li:hover, .sf-council li.sfHover,
.sf-council a:focus, .sf-council a:hover, .sf-council a:active {
	background:		#6E1937;
	outline:		0;
}

/*** arrows **/
.sf-council 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('../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 */
.sf-council ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-council ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-council ul a:focus > .sf-sub-indicator,
.sf-council ul a:hover > .sf-sub-indicator,
.sf-council ul a:active > .sf-sub-indicator,
.sf-council ul li:hover > a > .sf-sub-indicator,
.sf-council 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;
	-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;
}







/* SAFETY */

/*** ESSENTIAL STYLES ***/
.sf-safety, .sf-safety * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-safety {
	line-height:	1.0;
	margin-right: 0px;	/*margin-left: 15px;*/
}
.sf-safety ul {
	position:		absolute;
	top:			-999em;
	width:			13.5em; /* left offset of submenus need to match (see below) */
}
.sf-safety ul li {
	width:			100%;
}
.sf-safety li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-safety li {
	float:			left;
	position:		relative;
}
.sf-safety a {
	display:		block;
	position:		relative;
}
.sf-safety li:hover ul,
.sf-safety li.sfHover ul {
	left:			0;
	top:			2.22em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-safety li:hover li ul,
ul.sf-safety li.sfHover li ul {
	top:			-999em;
}
ul.sf-safety li li:hover ul,
ul.sf-safety li li.sfHover ul {
	left:			13.5em; /* match ul width */
	top:			0;
}
ul.sf-safety li li:hover li ul,
ul.sf-safety li li.sfHover li ul {
	top:			-999em;
}
ul.sf-safety li li li:hover ul,
ul.sf-safety li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.sf-safety {
	float:			left;
	/*margin-bottom:	1em;*/
}
.sf-safety a {
	border-left:	1px solid #fff;
	border-top:		1px solid #B90202;
	padding: 		.75em 1em;
	text-decoration:none;
}
.sf-safety a, .sf-safety a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#13a;
}
.sf-safety li {
	background-color: #990000;
}
.sf-safety li li {
	background:		#990000;
}
.sf-safety li li li {
	background:		#990000;
}
.sf-safety li:hover, .sf-safety li.sfHover,
.sf-safety a:focus, .sf-safety a:hover, .sf-safety a:active {
	background:		#B90202;
	outline:		0;
}

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

