

/*** adding sf-vertical in addition to sf-menu creates a vertical menu ***/

.sf-vertical, .sf-vertical li {
  width:	205px;
  white-space: nowrap;
}


/* 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:	205px; /* match ul width */
  top:	0;
  width: 260px;
}

.sf-vertical li, .sf-vertical li a {
  height: 20px;
}

