$(function(){
	$(".art-menu>li:visible ul").each(function() {
		$(this).css({top:-$(this).height()});
	})
});



