﻿#NavigationContainer
{
	width:781px;
	height:25px;
	background-image:url(images/NavigationBackground.jpg);
	background-repeat:repeat-x;
	float:left;
}

.HomeBtn
{
	background:Transparent url(images/HomeBtn_Default.jpg);
	width:57px;
	height:25px;
	float:left;
	cursor:pointer;
}

.HomeBtn_Active
{
	background:Transparent url(images/HomeBtn_Hover.jpg);
	width:57px;
	height:25px;
	float:left;
	cursor:pointer;
}

.HomeBtn:Hover
{
	background:Transparent url(images/HomeBtn_Hover.jpg);
}

.FamilyHealthBtn
{
	background:Transparent url(images/FamilyHealthBtn_Default.jpg);
	width:105px;
	height:25px;
	float:left;
	cursor:pointer;
}

.FamilyHealthBtn_Active
{
	background:Transparent url(images/FamilyHealthBtn_Hover.jpg);
	width:105px;
	height:25px;
	float:left;
	cursor:pointer;
}

.FamilyHealthBtn:Hover
{
	background:Transparent url(images/FamilyHealthBtn_Hover.jpg);
}

.FamilyHealthBtnSubNav
{
	width:555px;
	height:195px;
	background:Transparent url(images/FamilyHealthSubNavBackground.png) no-repeat;
	position:absolute;
	left:0px;
	top:118px;
	display:none;
	padding-left:18px;
	padding-top:17px;
}

.SubNavLeft
{
	color:#3f545c;
	font-family:Arial;
	font-size:15px;
	width:185px;
	float:left;
}

.SubNavMiddle
{
	color:#3f545c;
	font-family:Arial;
	font-size:15px;
	width:185px;
	float:left;
}

.SubNavRight
{
	color:#3f545c;
	font-family:Arial;
	font-size:15px;
	width:175px;
	float:left;
}

.SubNavLink
{
	color:#3f545c;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	text-decoration:none;
}

.SubNavLink:hover
{
	color:#232f33;
}

.SubNavLabel
{
	color:#3f545c;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	text-decoration:none;
}

.SubNavList
{
	color:#30383b;
	margin-top:0px;
}

.SubNavListLink
{
	color:#30383b;
	font-family:Arial;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
}

.SubNavListLink:hover
{
	color:#161a1b;
}

.ProviderLocatorBtn
{
	background:Transparent url(images/ProviderLocatorBtn_Default.jpg);
	width:119px;
	height:25px;
	float:left;
	cursor:pointer;
}

.ProviderLocatorBtn_Active
{
	background:Transparent url(images/ProviderLocatorBtn_Hover.jpg);
	width:119px;
	height:25px;
	float:left;
	cursor:pointer;
}

.ProviderLocatorBtn:Hover
{
	background:Transparent url(images/ProviderLocatorBtn_Hover.jpg);
}

.WellnessNetworkBtn
{
	background:Transparent url(images/WellnessNetworkBtn_Default.jpg);
	width:217px;
	height:25px;
	float:left;
	cursor:pointer;
}

.WellnessNetworkBtn_Active
{
	background:Transparent url(images/WellnessNetworkBtn_Active.jpg);
	width:217px;
	height:25px;
	float:left;
	cursor:pointer;
}

.WellnessNetworkBtn:Hover
{
	background:Transparent url(images/WellnessNetworkBtn_Active.jpg);
}

.SpeakerBureauBtn
{
	background:Transparent url(images/SpeakerBureauBtn_Default.jpg);
	width:119px;
	height:25px;
	float:left;
	cursor:pointer;
}

.SpeakerBureauBtn_Active
{
	background:Transparent url(images/SpeakerBureauBtn_Hover.jpg);
	width:119px;
	height:25px;
	float:left;
	cursor:pointer;
}

.SpeakerBureauBtn:Hover
{
	background:Transparent url(images/SpeakerBureauBtn_Hover.jpg);
}

.CommunityCalendarBtn
{
	background:Transparent url(images/CommunityCalendarBtn_Default.jpg);
	width:150px;
	height:25px;
	float:left;
	cursor:pointer;
}

.CommunityCalendarBtn_Active
{
	background:Transparent url(images/CommunityCalendarBtn_Hover.jpg);
	width:150px;
	height:25px;
	float:left;
	cursor:pointer;
}

.CommunityCalendarBtn:Hover
{
	background:Transparent url(images/CommunityCalendarBtn_Hover.jpg);	
}

.OurMissionBtn
{
	background:Transparent url(images/OurMissionBtn_Default.jpg);
	width:80px;
	height:25px;
	float:left;
	cursor:pointer;
}

.OurMissionBtn_Active
{
	background:Transparent url(images/OurMissionBtn_Hover.jpg);
	width:80px;
	height:25px;
	float:left;
	cursor:pointer;
}

.OurMissionBtn:Hover
{
	background:Transparent url(images/OurMissionBtn_Hover.jpg);
}

.ActiveNavigationArrow
{
	position:absolute;
	left:0px;
	top:118px;
	display:none;
}

.SubNavSpacer
{
	height:8px;
}