(function($) {
	$(document).ready(
		function() { 
		  $("#navmenu-h li,#navmenu-v li").hover(
		    function() { $(this).addClass("iehover"); },
		    function() { $(this).removeClass("iehover"); }
		  );			
		}
	)
})(jQuery);