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