/*** adding sf-vertical in addition to sf-menu creates a vertical menu ***/
.sf-vertical, .sf-vertical li {
	width:	298px;
}
/* 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:	298px; /* match ul width */
	top:	0;
}

/*** 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*/
}

/* SKIN */

.sf-vertical{
	border-top: 1px solid #ddd;
	margin:0;
}

.sf-vertical li ,.sf-vertical li li,.sf-vertical li li li {
	background:		#fff url('../images/block_bg.png') top left no-repeat;
}

.sf-vertical a {
	border-left:	1px solid #fff;
	border-top: none;
	border-bottom: 1px solid #ddd;
	padding: 		.66em 0.75em;
	text-decoration:none;
}
.sf-vertical a, .sf-vertical a:visited  { /* visited pseudo selector so IE6 applies text colour*/
color: #1070A8;
}

/*** adding sf-vertical in addition to sf-menu creates a vertical menu ***/
#container_left_subleft .sf-vertical, #container_left_subleft .sf-vertical li ,
#container_left_subright .sf-vertical, #container_left_subright .sf-vertical li {
	width:	143px;
}

#container_left_subleft .sf-vertical ul , #container_left_subleft .sf-vertical li li,
#container_left_subright .sf-vertical ul, #container_left_subright .sf-vertical li li{
	width: 200px;
}

/* this lacks ul at the start of the selector, so the styles from the main CSS file override it where needed */
#container_left_subleft .sf-vertical li:hover ul,
#container_left_subleft .sf-vertical li.sfHover ul,
#container_left_subright .sf-vertical li:hover ul,
#container_left_subright .sf-vertical li.sfHover ul {
	left:	143px; /* match ul width */
	top:	0;
}

#container_left_subleft .sf-vertical li li:hover ul,
#container_left_subleft .sf-vertical li li.sfHover ul,
#container_left_subright .sf-vertical li li:hover ul,
#container_left_subright .sf-vertical li li.sfHover ul {
	left:	200px; /* match ul width */
	top:	0;
}

.sf-vertical .sf-sub-indicator {
	background:		url('../images/arrows-cccccc.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}