$(function() {
  
  // Disabled
  // $('#navigation ul li a').hover(function() {
  //   $(this).css('bottom', '0px');
  //   $(this).stop().animate({ bottom: '5px' }, 200);
  // }, function() {
  //   $(this).stop().animate({ bottom: '0' }, 200);
  // });

});