/*** ESSENTIAL UP STYLES ***/

.sf-menuUP, .sf-menuUP *

{

	margin: 0;

	padding: 0;

	list-style: none;

}

.sf-menuUP

{

	line-height: 1;

}

.sf-menuUP UL

{

	position: absolute;

	bottom: -999em;

	width: 10em;

/*left offset of submenus need to match (see below)

*/

}

.sf-menuUP UL LI

{

	width: 100%;

}

.sf-menuUP LI:hover

{

	visibility: inherit;

/*fixes IE7 'sticky bug'*/

}

.sf-menuUP LI

{

	float: left;

	position: relative;

}

.sf-menuUP A

{

	display: block;

	position: relative;

}

.sf-menuUP LI:hover UL, .sf-menuUP LI.sfHover UL

{

	left: 0;

	bottom: 2.5em;

/*match top ul list item height*/

	z-index: 99;

	margin-bottom: 6px;

}

UL.sf-menuUP LI:hover LI UL, UL.sf-menuUP LI.sfHover LI UL

{

	bottom: -999em;

}

UL.sf-menuUP LI LI:hover UL, UL.sf-menuUP LI LI.sfHover UL

{

	bottom: 90%;

	left: 70%;

}

UL.sf-menuUP LI LI:hover LI UL, UL.UP LI LI.sfHover LI UL

{

	top: -999em;

}

UL.sf-menuUP LI LI LI:hover UL, UL.sf-menuUP LI LI LI.sfHover UL

{

	left: 10em;

/*match ul width*/

	top: 0;

}

