<script type="text/javascript"> $(function () { $(".uMenuItem").hover(function () { $(this).animate({paddingLeft:'13px'}, 100); }); }); </script>