$(function() {
  $("#nav ul").addClass("lavaLampBottomStyle");
  $("#nav ul").lavaLamp({
    fx: "backout", 
    speed: 700,
    click: function(event, menuItem) {
      return true;
    }
  });
});

