
.sf-menu ul {
	width:			15em; /* left offset of submenus need to match (see below) */
}


ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			15em; /* match ul width */
}

ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			15em; /* match ul width */
}

/*** DEMO SKIN ***/

.sf-menu a {
	border-left:	0px solid #fff;
	border-top:		0px solid #CFDEFF;
}

.sf-menu li {
		background : none;
}
.sf-menu li ul {
	border:1px solid #ccc;
	background:		#fafafa;
}
.sf-menu li li {
	background:		none;
}
.sf-menu li li li {
	background:		#fafafa;
}


/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	none;
	padding: 0;
}

#navigation {background:url('backgrounds/menu_bg.png') repeat-x top #fafafa; border-top: 7px solid #5376A0; clear:both;	height:30px; border-bottom: 3px solid #87C9D6;margin-bottom:16px;
}
.sf-shadow ul {
	background:	url('images/shadow.png') no-repeat bottom right;
	padding: 0;
	-moz-border-radius-bottomleft: 0px;
	-moz-border-radius-topright: 0px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
}
