#nav li ul {
	list-style-type: none;
	position:absolute;
	top:-999em;
	width:9.45em;
}

#nav ul li {
	position:relative;
	z-index:99;
}

#nav ul li:hover ul,
#nav ul li.sfHover ul {
	left: 0px;
	top:30px;
}

#nav ul li:hover li ul,
#nav ul li.sfHover li ul {
	top:-999em;
}
#nav ul li li:hover ul,
#nav ul li li.sfHover ul {
	left:9.45em;
	top:-1px;
}
.superfish li:hover ul,
.superfish li li:hover ul {
	top: -999em;
}

/* This is the "ragged" .png background style*/
/*
#nav ul li ul { margin: 0px; padding: 0px; width: 177px; padding-bottom: 20px; background: url('../img/menu-background.png') bottom left no-repeat transparent }
#nav ul li ul li { display: block; margin: 0px 20px; width: 137px; background: none; text-align: left; border-bottom: 1px dotted #787916 }
#nav ul li ul li a, #nav ul li.sfHover ul li a { background: none; text-transform: none; font-weight: normal; padding-left: 0px }
#nav ul li ul li a:hover { background: none; font-weight: bold } 
#nav ul li.sfHover a { background: #ffcb00; color: #d3222a }
*/