jQuery: Navigation Slide
// NAVIGATION SLIDE $('nav ul li').hover(function(){ $(this).find('ul').slideToggle('fast'); });