$(\".block li\").hover( function(){ $(this).animate({backgroundColor: \"#000\"}); }, function(){ $(this).animate({backgroundColor: \"#fff
$(".block li").hover( function(){ $(this).animate({backgroundColor: "#000"}); }, function(){ $(this).animate({backgroundColor: $(this).parent().css("backgroundColor") }); } );