$("a").hover(function() ( $(this).stop().animate((paddingLeft : "10px"),200); ),function() ( $(this).stop().animate((paddingLeft : "0px"),200); ));
Sørg for at ændre vælgeren til kun at målrette mod de links, du vil have nudging, f.eks. "#Sidebar ul li a"