$(\".block li\").hover( function(){ $(this).animate({backgroundColor: \"#000\"}); }, function(){ $(this).animate({backgroundColor: \"#fff
I think you need to use the color plugin.