@charset "utf-8";
/* CSS Document */

#navMenu {
	background:url('../images/nav.jpg') no-repeat scroll 0px 0px;
 	text-align:center;
	width:790px;
	height:32px;
}

 
#homenav {
	text-indent:-9999px;
	float:left;
	height:32px;
	margin:auto;
	width:89px;
	display:block;
}
#homenav:hover, #home #homenav {
	background:url('../images/nav.jpg') 0px -32px no-repeat;
}
 
#aboutusnav {
	text-indent:-9999px;
	float:left;
	height:32px;
	margin:auto;
	width:94px;
	display:block;
}
#aboutusnav:hover, #about_us #aboutusnav {
	background:url('../images/nav.jpg') -89px -32px no-repeat;
}
 
#employeenav {
	text-indent:-9999px;
	float:left;
	height:32px;
	margin:auto;
	width:114px;
	display:block;
}
#employeenav:hover, #employee_benefits #employeenav {
	background:url('../images/nav.jpg') -183px -32px no-repeat;
} 
#individualnav {
	text-indent:-9999px;
	float:left;
	height:32px;
	margin:auto;
	width:114px;
	display:block;
}
#individualnav:hover, #individual_benefits #individualnav {
	background:url('../images/nav.jpg') -297px -32px no-repeat;
}

#hrsnav {
	text-indent:-9999px;
	float:left;
	height:32px;
	margin:auto;
	width:156px;
	display:block;
}
#hrsnav:hover, #human_resources_services #hrsnav {
	background:url('../images/nav.jpg') -411px -32px no-repeat;
}

#corporatenav {
	text-indent:-9999px;
	float:left;
	height:32px;
	margin:auto;
	width:114px;
	display:block;
}
#corporatenav:hover, #corporate_partners #corporatenav {
	background:url('../images/nav.jpg') -567px -32px no-repeat;
}

#insnav {
	text-indent:-9999px;
	float:left;
	height:32px;
	margin:auto;
	width:106px;
	display:block;
}
#insnav:hover, #insurance_terms #insnav {
	background:url('../images/nav.jpg') -681px -32px no-repeat;
}
