$(function () {
  $("#menu a").click(function () {
    this.blur();
  });
});