/* $(".menuli").mouseover(
  function () {
  	  alert(this.id);
     $(this).css("background-color", "red");
     alert('2');
     
  });*/

