1
2
3
			$(this).next('ul.menu').children('li').click(function() {
				$(this).children('a').trigger("click");
			});