$(document).ready(function() {
	$("#top-menu-home img").hover(
		function () {
			$(this).attr('src', 'http://www.bestcheapesthomeownersinsurance.com/images/best-cheapest-homeowners-insurance-btn-home-sel.png');
		  },
		  function () {
			$(this).attr('src', 'http://www.bestcheapesthomeownersinsurance.com/images/best-cheapest-homeowners-insurance-btn-home.png');
		  }
	);
	$("#top-menu-insurance-information img").hover(
		function () {
			$(this).attr('src', 'http://www.bestcheapesthomeownersinsurance.com/images/best-cheapest-homeowners-insurance-btn-insurance-information-sel.png');
		  },
		  function () {
			$(this).attr('src', 'http://www.bestcheapesthomeownersinsurance.com/images/best-cheapest-homeowners-insurance-btn-insurance-information.png');
		  }
	);
	$("#top-menu-insurance-regulators img").hover(
		function () {
			$(this).attr('src', 'http://www.bestcheapesthomeownersinsurance.com/images/best-cheapest-homeowners-insurance-btn-insurance-regulators-sel.png');
		  },
		  function () {
			$(this).attr('src', 'http://www.bestcheapesthomeownersinsurance.com/images/best-cheapest-homeowners-insurance-btn-insurance-regulators.png');
		  }
	);
	$("#top-menu-resources-for-homeowners img").hover(
		function () {
			$(this).attr('src', 'http://www.bestcheapesthomeownersinsurance.com/images/best-cheapest-homeowners-insurance-btn-resources-for-homeowners-sel.png');
		  },
		  function () {
			$(this).attr('src', 'http://www.bestcheapesthomeownersinsurance.com/images/best-cheapest-homeowners-insurance-btn-resources-for-homeowners.png');
		  }
	);
	$("#top-menu-about-us img").hover(
		function () {
			$(this).attr('src', 'http://www.bestcheapesthomeownersinsurance.com/images/best-cheapest-homeowners-insurance-btn-about-us-sel.png');
		  },
		  function () {
			$(this).attr('src', 'http://www.bestcheapesthomeownersinsurance.com/images/best-cheapest-homeowners-insurance-btn-about-us.png');
		  }
	);
	$("#top-menu-contact-us img").hover(
		function () {
			$(this).attr('src', 'http://www.bestcheapesthomeownersinsurance.com/images/best-cheapest-homeowners-insurance-btn-contact-us-sel.png');
		  },
		  function () {
			$(this).attr('src', 'http://www.bestcheapesthomeownersinsurance.com/images/best-cheapest-homeowners-insurance-btn-contact-us.png');
		  }
	);
});
