/* adding sf-vertical class in addition to sf-menu creates a vertical menu */
/* eg. <ul class="sf-menu sf-vertical"> ... */
.sf-vertical {
  width: 100%;
  /* If you want the width of the closed menu to expand to its
  widest top-level menu item (like its "Supersubs" submenus do),
  replace the width rule above with the following two rules. */

  /*
  min-width: 12em;
  *width: 12em;
  */
}
.sf-vertical ul {
	left:	185px;
	top: 0;
	border-radius:5px;
	-webkit-border-radius:5px;
	
}
#sidebar  .sf-vertical ul { left:auto; right:180px}
.sf-vertical ul ul{ left:100%}
#sidebar .sf-vertical ul ul{ left:auto; right:100%}
.sf-vertical > li {
  float: none;
 
}
.sf-vertical li li {
  width: 100%; *float:left
}
.sf-vertical li li:first-child{border-radius:5px 5px 0 0;}
.sf-vertical li li:first-child a{ border-top:0}
.sf-vertical li li:last-child{border-radius:0 0 5px 5px;}
/*** alter arrow directions ***/

