//$(".navigation li:first").css("background-image","none"); var topmenunum = 0; $("#nav_ecwms li").hover( function(){ topmenunum++; $(this).attr("id","kindmenuhover"+topmenunum); $("#kindmenuhover" + topmenunum + " > ul").show(); $(this).parent().addclass("hover"); }, function(){ $("#"+$(this).attr("id")+" > ul").hide(); $(this).attr("id",""); $(this).parent().removeclass("hover"); } );