jQuery(function(){

	if (typeof document.body.style.maxHeight == "undefined") // IE6 only! document.all targets both ie6 & ie7
	jQuery('#navigation li').hover(function(){jQuery(this).addClass('hover')}, function(){jQuery(this).removeClass('hover')});

});