#mainNavWrapper { width: 100%; background-image: url(../images/nav/navRepeat.jpg);
	position: relative;
	z-index: 5000; }

body.goalspage .sf-menu li.goals a, body.whyGivepage .sf-menu li.whyGive a, body.bridgeGappage .sf-menu li.bridgeGap a, body.connectpage .sf-menu li.connect a, body.howToGivepage .sf-menu li.howToGive a, body.appreciationpage .sf-menu li.appreciation a, body.contactpage .sf-menu li.contact a {background-position: 0 0;}


/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	width: 949px; margin: 0 auto 0 auto;
	height: 44px;
}


.sf-menu ul {
	position:		absolute;
	z-index: 10000;
	background-color: #555;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}

.sf-menu li.top a:hover {
	color: #333;
}

.sf-menu ul li ul { 
	background-color: #6c6c6c; }

.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
	z-index: 10000;
	text-align: center;
}

.sf-menu li.top a {
	display:		block;
	position:		relative;
	font-family: 'Open Sans', arial;
	font-size: 14px;
	color: #FFF;
	text-decoration: none;
	height: 31px;
	text-align: center;
	margin-top: 13px;
	background-position: 0 44px;
	border-left: 1px solid #475475;
}

.sf-menu li.top li.secondary a {
		color: #645632;
		background-image: none;
		background-color: #e9e9c8;
		height: auto;
		width: auto;
		font-size: 11px;
		font-family: verdana;
		text-indent: 0;
		margin-top: 0;
		padding: 7px 10px 7px 10px;
}

.sf-menu li.top li.secondary a:hover {
	background-color: #c1c091;
}


.sf-menu li.top a:hover {
	color: #6380af;
}

.sf-menu li.goals a {
	width:143px;
	}
	
.sf-menu li.whyGive a {
	width:102px;
	}
.sf-menu li.bridgeGap a {
	width: 148px;
	}
.sf-menu li.connect a {
	width:147px;
	}	
.sf-menu li.howToGive a {
	width:131px;
	}
	
.sf-menu li.appreciation a {
	width:158px;
	}
	
.sf-menu li.contact a {
	width:112px;
	border-right: 1px solid #475475;
	}



.sf-menu ul li ul a {
	display:		block;
	position:		relative;
	padding: 0;
	font-family: arial;
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
	text-align: center;
}



.sf-menu li.top:hover, .sf-menu li.top a.sfHover,
.sf-menu li.top a:focus, .sf-menu li.top a:hover, ..sf-menu li.top a:active {
color: #4893be;
}
.sf-menu ul.sub a:hover { color: #191919; }

.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			44px; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			8em; /* match ul width */
	top:			0;
}
