(function(a){a(document).ready(function(){a("#nav li:not(.selected)").mouseenter(function(){a(this).stop().animate({marginTop:0},150)});a("#nav li:not(.selected)").mouseleave(function(){a(this).delay(60).animate({marginTop:10},350)})});a.fn.sfLoad=function(c,b){a(this).load(symfonyPath+c,b)}})(jQuery);
