
.nav
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
}
DIV#horiz-menu
{
	z-index: 50;
	position: relative;
}
DIV#horiz-menu .wrapper
{
	position: relative;
}


.nav LI
{
	float: left;
	list-style-type: none;
	position: relative;
	
}
.nav LI LI A
{
	padding-right: 0px;
	display: block;
	padding-left: 2em;
	float: none;
	background-image: none;
	padding-bottom: 0.25em;
	width: 150px;
	padding-top: 0.25em;
	text-decoration: none;
	
}
DIV#horiz-menu LI LI A
{
	padding-right: 3px;
	padding-left: 10px;
	padding-bottom: 5px;
	line-height: 15px;
	padding-top: 4px;
	
}
DIV#horiz-menu LI:hover LI
{
	width: auto;
	height: auto;
	background-color: #F6E583;
	
}
DIV#horiz-menu LI.sfHover LI
{
	width: auto;
	height: auto;
	background-color: #F6E583;
}
DIV#horiz-menu LI.active:hover LI
{
	width: 270px;
	height: auto;
	background-color: #F6E583;
}



.nav LI UL
{
	z-index: 5;
	left: -999em;
	float: none;
	width: 170px;
	position: absolute;
}
.nav LI:hover UL
{
	left: 5px;
	top: 25px;
}
.nav LI.sfHover UL
{
	left: 5px;
	top: 25px;
}
.nav LI:hover LI UL
{
	top: -999em;
}
.nav LI.sfHover LI UL
{
	top: -999em;
}


.nav LI LI:hover UL
{
	left: 171px;
	width: 170px;
	top: 0px;
}
.nav LI LI.sfHover UL
{
	
	left: 170px;
	width: 400px;
	top: 0px;
	
}

