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