@charset "utf-8";
/* CSS Document */

.navbar {
	background: url(../images/nav_bg.jpg) center bottom;
	margin: 0px auto;
}

.navblock {
	height: 40px;
	margin: 0px auto;
	width: 922px;
}

.navblock a {
	color: #FFFFFF;
	display: block;
	float: left;
	font-size: 16px;
	line-height: 30px;
	margin: 1px 0px 0px 8px;
	text-align: center;
	text-decoration: none;
}

.navblock a:hover {
	color: #FFFFFF;
}

#nav_about {
	background: url(../images/nav_aboutus.gif) no-repeat;
	height: 33px;
	width: 98px;
}

#nav_about:hover, .aboutAbout_Us {
	background-position: bottom;
}

#nav_selfcare {
	background: url(../images/nav_selfcare.gif) no-repeat;
	height: 33px;
	width: 109px;
}

#nav_selfcare:hover, .selfcareSelf_Care {
	background-position: bottom;
}

#nav_assisted {
	background: url(../images/nav_assistedliving.gif) no-repeat;
	height: 33px;
	width: 133px;
}

#nav_assisted:hover, .assistedAssisted_Living {
	background-position: bottom;
}

#nav_employment {
	background: url(../images/nav_employment.gif) no-repeat;
	height: 33px;
	width: 121px;
}

#nav_employment:hover, .employmentEmployment {
	background-position: bottom;
}

#nav_volunteering {
	background: url(../images/nav_volunteering.gif) no-repeat;
	height: 33px;
	width: 121px;
}

#nav_volunteering:hover, .volunteeringVolunteering {
	background-position: bottom;
}

#nav_respite{
	background: url(../images/nav_respite.gif) no-repeat;
	height: 33px;
	width: 84px;
}

#nav_respite:hover, .respiteRespite {
	background-position: bottom;
}

#nav_links {
	background: url(../images/nav_links.gif) no-repeat;
	height: 33px;
	width: 72px;
}

#nav_links:hover, .linksLinks{
	background-position: bottom;
}

#nav_contact {
	background: url(../images/nav_contactus.gif) no-repeat;
	height: 33px;
	width: 105px;
}

#nav_contact:hover, .contactContact_Us {
	background-position: bottom;
}
