/*** adding sf-vertical in addition to sf-menu creates a vertical menu ***/
.sf-vertical {
	width:	215px;
}

.sf-vertical li {
	width:	215px;
}
/* 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:	215px; /* match ul width */
	top:	0;
}

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