$(function(){
$(".menu").click(function(){
$(this).addClass("hover").siblings().removeClass("hover");
});