$("a").hover(function() ( $(this).stop().animate((paddingLeft : "10px"),200); ),function() ( $(this).stop().animate((paddingLeft : "0px"),200); ));
Obavezno promijenite selektor tako da cilja samo one veze koje želite gurnuti, npr. "#Sidebar ul li a"