#nav_container{
	width:222px;
	position:absolute;
	left:30px;
}

.nav_divider {
	background:url(images/nav_divider.jpg) top left no-repeat;
	height:3px;
	width:222px;
	float:left;
}

#about_link_up {
	float:left;
	height:46px;
	width:222px;
	background:url(images/nav_about_up.jpg) top left no-repeat;
}

#about_link_up:hover{
	background:url(images/nav_about_dn.jpg) top left no-repeat;

}

#about_link_dn {
	float:left;
	height:46px;
	width:222px;
	background:url(images/nav_about_dn.jpg) top left no-repeat;

}

#services_link_up {
	float:left;
	height:46px;
	width:222px;
	background:url(images/nav_services_up.jpg) top left no-repeat;
}

#services_link_up:hover{
	background:url(images/nav_services_dn.jpg) top left no-repeat;

}

#services_link_dn {
	float:left;
	height:46px;
	width:222px;
	background:url(images/nav_services_dn.jpg) top left no-repeat;

}

#schools_link_up {
	float:left;
	height:46px;
	width:222px;
	background:url(images/nav_schools_up.jpg) top left no-repeat;
}

#schools_link_up:hover{
	background:url(images/nav_schools_dn.jpg) top left no-repeat;

}

#schools_link_dn {
	float:left;
	height:46px;
	width:222px;
	background:url(images/nav_schools_dn.jpg) top left no-repeat;

}

#family_link_up {
	float:left;
	height:46px;
	width:222px;
	background:url(images/nav_family_up.jpg) top left no-repeat;
}

#family_link_up:hover{
	background:url(images/nav_family_dn.jpg) top left no-repeat;

}

#family_link_dn {
	float:left;
	height:46px;
	width:222px;
	background:url(images/nav_family_dn.jpg) top left no-repeat;

}


#workplace_link_up {
	float:left;
	height:46px;
	width:222px;
	background:url(images/nav_workplace_up.jpg) top left no-repeat;
}

#workplace_link_up:hover{
	background:url(images/nav_workplace_dn.jpg) top left no-repeat;

}

#workplace_link_dn {
	float:left;
	height:46px;
	width:222px;
	background:url(images/nav_workplace_dn.jpg) top left no-repeat;

}


#contact_link_up {
	float:left;
	height:46px;
	width:222px;
	background:url(images/nav_contact_up.jpg) top left no-repeat;
}

#contact_link_up:hover{
	background:url(images/nav_contact_dn.jpg) top left no-repeat;

}

#contact_link_dn {
	float:left;
	height:46px;
	width:222px;
	background:url(images/nav_contact_dn.jpg) top left no-repeat;

}

#home_link_up {
	float:left;
	height:46px;
	width:222px;
	background:url(images/nav_home_up.jpg) top left no-repeat;
}

#home_link_up:hover{
	background:url(images/nav_home_dn.jpg) top left no-repeat;

}

#home_link_dn {
	float:left;
	height:46px;
	width:222px;
	background:url(images/nav_home_dn.jpg) top left no-repeat;

}