
$(document).ready(function(){$(".menu ul").hover(function(){$(this).parent().children('a:first').addClass('dropdown');},function(){$(this).parent().children('a:first').removeClass('dropdown');});});