/*** adding sf-vertical in addition to sf-menu creates a vertical menu ***/
.sf-vertical, .sf-vertical li {
	width: 180px;
	z-index: 1000;
}
/* 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 {
	font-family:Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #FF7E00;
	line-height: 150%;
	border-bottom:1px solid #1B1C1D;
	padding-left:20px;
	background: url(../../../elemek/almenu/almenu_bg_rollover.jpg) no-repeat left center;
}
