/*** adding sf-vertical in addition to sf-menu creates a vertical menu ***/
.sf-vertical, .sf-vertical li {
}
/* 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:	190px; /* match ul width */
	top:	0;
	width: 100%;
	background-color: #0467c3;
	border: 1px solid white;
	padding: 8px;
	padding-right: 16px;
	color:white;
}

.menuBox .sf-vertical li.sfHover ul {
	left:	0px; /* match ul width */
	top:	20px;
	width: 100%;
	background-color: #0467c3;
	border: 1px solid white;
	padding: 8px;
	padding-right: 16px;
	z-index: 1000;
	color:white;
}
