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

/*** DEMO SKIN ***/
.sf-vertical {
	float:left;display:inline;
	margin: 0 0 10px 0px;
	background:none;
	width:160px;
	
}
.sf-vertical a {
	
	line-height:16px;
	line-height:18px;
	margin:0 0 1px 0px;
	margin:0;
	background:#fff;
	width:160px;
	padding-left:10px;
	width:150px;
	border-bottom:1px solid #fff;
	font-size:0.9em;
	font-size:1em;
	text-decoration:none;
}
.sf-vertical li {

	width:160px;
	background:none;
	border:none;
	
}
.sf-vertical li li {
	background:#95a3cb;
	margin:0;
	border:none;
	text-align:left;
	width:190px;
	margin-left:-8px;
}
.sf-vertical li li a  {
	padding-left:10px;
	margin:0 0 0px 0px;
	width:180px;
	line-height:16px;
	line-height:18px;
	background:#95a3cb;
	color:#fff;
	border-right:1px solid #fff;
}

.sf-vertical li li li {
	
	background:none;
	
}
.sf-vertical li:hover, .sf-vertical li.sfHover,
.sf-vertical a:focus, .sf-vertical a:hover, .sf-vertical a:active, .sf-vertical a.selected {
	outline:		0;

	background:#a4aabb;
	color:#fff;
}
.sf-vertical li:hover, .sf-vertical li.sfHover  {
	background:none;
}
.sf-vertical li li:hover, .sf-vertical li li.sfHover, .sf-vertical li li a:hover, .sf-vertical li li a:focus , .sf-vertical li li a:active {
	outline:		0;
	text-decoration:none;
	background:#a4aabb;
	color:#fff;
}
.sf-vertical li li a.selected {
	outline:		0;
	text-decoration:none;
	background:#a4aabb;
	color:#fff;
}
.sf-vertical li:hover > a, .sf-vertical a.selected {
	outline:		0;
	text-decoration:none;
	background:#a4aabb;
	color:#fff;
}

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

/*** adding sf-vertical in addition to sf-vertical creates a vertical menu ***/
.sf-vertical, .sf-vertical li {
	width:166px;
	background:none;
}
/* this lacks ul at the start of the selector, so the styles from the main CSS file override it where needed */
.sf-vertical li:hover ul,
.sf-vertical li.sfHover ul {
	left:	166px;
	top:	0px;
	width:166px;
}

/*** alter arrow directions ***/
.sf-vertical .sf-sub-indicator { background-position: -10px 0; } /* IE6 gets solid image only */
.sf-vertical a > .sf-sub-indicator { background-position: 0 0; } /* use translucent arrow for modern browsers*/

/* hover arrow direction for modern browsers*/
.sf-vertical a:focus > .sf-sub-indicator,
.sf-vertical a:hover > .sf-sub-indicator,
.sf-vertical a:active > .sf-sub-indicator,
.sf-vertical li:hover > a > .sf-sub-indicator,
.sf-vertical li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}
