
$(document).ready(function(){
	$("#navSafteyTips").hover(
		function(){
			$("#navSafteyTips #topNavSafetyTipsButton").attr("src","/images/goodvilleMura/includes/themes/goodville/images/topNavBtn_safetytips_white_r2.gif");
			$("#navSafteyTips").addClass("whiteTabBG");
		},
		function(){
			$("#navSafteyTips #topNavSafetyTipsButton").attr("src","/images/goodvilleMura/includes/themes/goodville/images/topNavBtn_safetytips.gif");
			$("#navSafteyTips").removeClass("whiteTabBG");
		}
	);
});


