.sf-menu li li:hover, .sf-menu li li.sfhover,
.sf-menu li li a:hover{
	background:	#8D2935;
	color:#ddd
}
.sf-menu a.sf-with-ul{
	padding-right:22px;
	min-width:1px /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator{
	position:absolute;
	display:block;
	right:7px;
	top:4px;
	width:10px;
	height:10px;
	text-indent:-999em;
	overflow:hidden;
	background:url('images/arrows.gif') no-repeat -10px -100px
}
a > .sf-sub-indicator{
	background-position:0 -100px
}
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
}
.sf-menu ul .sf-sub-indicator{background-position:-10px 0}
.sf-menu ul a > .sf-sub-indicator{background-position:0 0}
.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
}