@charset "utf-8";
/*Home Page Section Navs*/
#rmnrLink, #whatsNewLink, #careerDevLink {
	background-color: transparent;
	background-repeat: no-repeat;
	height: 36px;
	display: block;
	text-indent: -9999px;
}
#rmnrLink {
	background-image: url("../images/reproductiveH1.jpg");
	background-position: 0px 0px;
	width: 355px;
}
#rmnrLink:hover {
	background-image: url("../images/reproductiveH1.jpg");
	background-position: 0px -36px;
	width: 355px;
}
#newsResearch {
	margin: 0px;
	padding: 0px;
}


#whatsNewLink {
	background-image: url("../images/whatsNewH1.jpg");
	background-position: 0px 0px;
	width: 300px;
}
#whatsNewLink:hover {
	background-image: url("../images/whatsNewH1.jpg");
	background-position: 0px -36px;
	width: 300px;
}

#careerDevLink {
	background-image: url("../images/careerH1.jpg");
	background-position: 0px 0px;
	width: 300px;
}
#careerDevLink:hover {
	background-image: url("../images/careerH1.jpg");
	background-position: 0px -36px;
	width: 300px;
}