/* CSS Document */

/* Navigation
------------------------------------------------------------- */

/* Main Navigation */
#mNav {
	margin: auto;
	width:900px;
	height:21px;
	position: relative;
	padding-top:5px;
	padding-bottom:5px;
	z-index: 101;
}
#mNav ul {
	list-style: none;
	margin: 0; padding: 0;
}
#mNav ul li {
	float: left;
	margin: 0; padding: 0;
}

#mNav #mHome {
	background-image: none;
}

#mNav a, #mNav span.placeHolder {
	font-family: Verdana;
	font-size: 12px;
	font-weight:bold;
	color: #FFFFFF;
	display: block;
	padding: 0px 9px 0px 9px;
	text-decoration: none;
}

#mNav a:hover {
	text-decoration: none;
	color: #CCCCCC;
}
/* Sub nav */
#mNav ul ul {
	position:absolute;
	left: -999em;
	width:255px;
	height:auto;
	border-top: 1px solid #592D00;
	border-right: 1px solid #592D00;
	background: #92611F;
	background-image: none;
}


#mNav ul li:hover ul, #mNav ul li.sfhover ul {
	display: block;
	z-index: 101;
	top: auto;
	left: auto;
}

#mNav #mGive:hover ul, #mNav #mGive.sfhover ul {
	position: absolute;
	right: 0;
	margin-right: -38px;
	/* need to add hack here to fix alignment of last menu in IE */
}

#mNav li li {
	background: #92611F;
	float: none;
	border-bottom: 1px solid #444527;
	border-left: 1px solid #444527;
}


/* Clearing floats - Hat Tip: http://www.positioniseverything.net/easyclearing.html  */
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
/* JCK - added this next line to remove the extra spacing in Safari and Firefox */
.c\learfix:after { line-height: 0; }
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

