$(document).ready(function(){
  $("#menu .menuheadline").click(function()
  {
    //$(this).next("#menu .menuitem").slideToggle(300);
  });
});
