div#navigation img.divider {
	width: 1px;
	height: 22px;
	float: right;
	margin: 0 2px;
}


div#navigation a.home {
	float: right;
	width: 54px;
	height: 22px;
	display: block;
	text-indent: -9999px;
	background: url(home.gif) no-repeat;
}

div#navigation a.home-active {
	float: right;
	width: 54px;
	height: 22px;
	display: block;
	text-indent: -9999px;
	background: url(home-r.gif) no-repeat;
}

div#navigation a.home:hover {
	background: url(home-r.gif) no-repeat;
}




div#navigation a.about {
	float: right;
	width: 119px;
	height: 22px;
	display: block;
	text-indent: -9999px;
	background: url(about.gif) no-repeat;
}

div#navigation a.about-active {
	float: right;
	width: 119px;
	height: 22px;
	display: block;
	text-indent: -9999px;
	background: url(about-r.gif) no-repeat;
}

div#navigation a.about:hover {
	background: url(about-r.gif) no-repeat;
}




div#navigation a.audiologist {
	float: right;
	width: 174px;
	height: 22px;
	display: block;
	text-indent: -9999px;
	background: url(audiologist.gif) no-repeat;
}

div#navigation a.audiologist-active {
	float: right;
	width: 174px;
	height: 22px;
	display: block;
	text-indent: -9999px;
	background: url(audiologist-r.gif) no-repeat;
}

div#navigation a.audiologist:hover {
	background: url(audiologist-r.gif) no-repeat;
}




div#navigation a.prevention {
	float: right;
	width: 95px;
	height: 22px;
	display: block;
	text-indent: -9999px;
	background: url(prevention.gif) no-repeat;
}

div#navigation a.prevention-active {
	float: right;
	width: 95px;
	height: 22px;
	display: block;
	text-indent: -9999px;
	background: url(prevention-r.gif) no-repeat;
}

div#navigation a.prevention:hover {
	background: url(prevention-r.gif) no-repeat;
}




div#navigation a.myths {
	float: right;
	width: 62px;
	height: 22px;
	display: block;
	text-indent: -9999px;
	background: url(myths.gif) no-repeat;
}

div#navigation a.myths-active {
	float: right;
	width: 62px;
	height: 22px;
	display: block;
	text-indent: -9999px;
	background: url(myths-r.gif) no-repeat;
}

div#navigation a.myths:hover {
	background: url(myths-r.gif) no-repeat;
}




div#navigation a.careers {
	float: right;
	width: 74px;
	height: 22px;
	display: block;
	text-indent: -9999px;
	background: url(careers.gif) no-repeat;
}

div#navigation a.careers-active {
	float: right;
	width: 74px;
	height: 22px;
	display: block;
	text-indent: -9999px;
	background: url(careers-r.gif) no-repeat;
}

div#navigation a.careers:hover {
	background: url(careers-r.gif) no-repeat;
}


