/*** adding sf-vertical in addition to sf-menu creates a vertical menu ***/
.sf-vertical, .sf-vertical li {
	width:	147px;
	background-color: #e3dccd;
}
/* 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:	147px; /* match ul width */
	top:	-0.25em;
}

/*** adding sf-vertical in addition to sf-menu creates a vertical menu ***/
#sub-navlist.sf-vertical, #sub-navlist.sf-vertical li {
	width:	147px;
	background-color: #C6BA9E;
}
/* this lacks ul at the start of the selector, so the styles from the main CSS file override it where needed */
#sub-navlist.sf-vertical li:hover ul,
#sub-navlist.sf-vertical li.sfHover ul {
	left:	147px; /* match ul width */
	top:	-0.25em;
}
