$(document).ready(function() {
	$("#top-menu-home img").hover(
		function () {
			$(this).attr('src', '../images/cheap-insurance-for-car-btn-home-sel.png');
		  },
		  function () {
			$(this).attr('src', '../images/cheap-insurance-for-car-btn-home.png');
		  }
	);
	$("#top-menu-insurance-information img").hover(
		function () {
			$(this).attr('src', '../images/cheap-insurance-for-car-btn-insurance-information-sel.png');
		  },
		  function () {
			$(this).attr('src', '../images/cheap-insurance-for-car-btn-insurance-information.png');
		  }
	);
	$("#top-menu-insurance-regulators img").hover(
		function () {
			$(this).attr('src', '../images/cheap-insurance-for-car-btn-insurance-regulators-sel.png');
		  },
		  function () {
			$(this).attr('src', '../images/cheap-insurance-for-car-btn-insurance-regulators.png');
		  }
	);
	$("#top-menu-resources-for-drivers img").hover(
		function () {
			$(this).attr('src', '../images/cheap-insurance-for-car-btn-resources-for-drivers-sel.png');
		  },
		  function () {
			$(this).attr('src', '../images/cheap-insurance-for-car-btn-resources-for-drivers.png');
		  }
	);
	$("#top-menu-about-us img").hover(
		function () {
			$(this).attr('src', '../images/cheap-insurance-for-car-btn-about-us-sel.png');
		  },
		  function () {
			$(this).attr('src', '../images/cheap-insurance-for-car-btn-about-us.png');
		  }
	);
	$("#top-menu-contact-us img").hover(
		function () {
			$(this).attr('src', '../images/cheap-insurance-for-car-btn-contact-us-sel.png');
		  },
		  function () {
			$(this).attr('src', '../images/cheap-insurance-for-car-btn-contact-us.png');
		  }
	);
});
