$("a").hover(function() ( $(this).stop().animate((paddingLeft : "10px"),200); ),function() ( $(this).stop().animate((paddingLeft : "0px"),200); ));
Zorg ervoor dat u de selector wijzigt om alleen de links te targeten waarvoor u nudging wilt, bijv. "#Sidebar ul li a"