//fix for the ie6 hover Pseudo Class Bug $(function() { $('#reports-nav li').hover(function(){ $(this).addClass('over'); }, function() { $(this).removeClass('over'); }); });