.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sf-menu li {
	position: relative;
}
.sf-menu ul {
	line-height: 35px;
	position: absolute;
	display: none;
	top: 100%;
	right: 100%;
	z-index: 99;
}
.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
	display: block;
}
.sf-menu ul ul {
	top: 0;
	right : 100%;
}

.sf-menu ul {
	min-width: 236px;
	*width: 236px; 
}
.sf-menu a {
	height:35px;
	display: block;
	text-decoration: none;
	font-family: Tahoma;
	font-size: 8pt;
	font-weight: bold;
	color: #af5fa6;
	zoom: 1; 
	line-height:35px;
}
.sf-menu a:hover , 
.sf-menu a:hover > a:after {
	color: #d1af3a;
}

.sf-menu li {
	background-image: url(../Images/Menu/MnuDefault.png);
	background-repeat: no-repeat;
	text-align:right;
	text-indent:20%;
	white-space: nowrap;
	*white-space: normal; 
	-webkit-transition: background .2s;
	transition: background .2s;
}
.sf-menu ul li {
	background-image: url(../Images/Menu/MnuDefault.png);
	background-repeat: no-repeat;
	text-align:right;
	text-indent:20%;
}
.sf-menu ul ul li {
	background-image: url(../Images/Menu/MnuDefault.png);
	background-repeat: no-repeat;
	text-indent:20%;
}
.sf-menu li:hover,
.sf-menu li.sfHover {
	background-image: url(../Images/Menu/MnuHover.png);
	background-repeat: no-repeat;
	text-indent:30%;
	-webkit-transition: none;
	transition: none;
}


.sf-vertical {
  width: 236px;
}
.sf-vertical ul {
	left:	100%;
	top: 0;
}
.sf-vertical > li {
  float: none;
}
.sf-vertical li {
  width: 100%;
}

