/* Navigation ----------------------------------------------- */

#nav-outer {
	margin:0px auto;
	width:800px;
	height:35px;
	background:url(http://www.sharinghealthyexperiences.com/images/navbar_bg.png);
	overflow:hidden;
	
	}
	
#navigation	ul, ol, pre, dl, p { margin-top:0px; margin-bottom:0px; } /*keeps buttons vertically correct*/
#navigation {
	margin:0px auto;
	align:center;
	width:675px;
	height:34px;
	}

#navigation a {
	height:28px;
	padding-top:6px;
	border-right: 1px solid #94B473;
	width:102px;
	float:left;
	text-align:center;
	color:#FFFFFF;
	text-decoration:none;
	font-size:15px;
	}

#navigation li { float:left; list-style: none; }

#navigation a:hover {
	height:28px;
	margin-top:1px;
	background-color:gray;
	background:url("http://www.sharinghealthyexperiences.com/images/navbg_over.png");
	background-repeat:repeat-x;
}	
#navigation  li.current_page_item a {
	height:28px;
	margin-top:1px;
	background-color:gray;
	background:url("http://www.sharinghealthyexperiences.com/images/navbg_over.png");
	background-repeat:repeat-x;
}

#navigation  li.current_page_parent a {
	height:28px;
	margin-top:1px;
	background-color:gray;
	background:url("http://www.sharinghealthyexperiences.com/images/navbg_over.png");
	background-repeat:repeat-x;
}