.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			160px; /* left offset of submenus need to match (see below) */
	margin:0;
}
.sf-menu ul li {
	width:			100%;
	margin:0;
	padding:0;
	line-height:27px;
	text-transform:none;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			80px; /* match top ul list item height */
	z-index:		99;
}

/*** DEMO SKIN ***/
.sf-menu li.sfHover li { background:none; font-family:Arial, Helvetica, sans-serif; font-size:12px;  font-weight:normal;}
.sf-menu li.sfHover li a {
	background:url(../images/submenu.png) 0 0 repeat-x;color:#939393;
	box-shadow:none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	padding:0 0 0 20px;
}
.sf-menu li.sfHover li a:hover {
	background:url(../images/submenu-hover.png) 0 0 repeat-x; color:#f4f4f4;
}
.sf-menu li.sfHover {
	background:url(../images/corner.png) 100% 1px no-repeat;
}