jQuery(document).ready(function(){
			

jQuery(".menu1000 ul li").hover(function(){
	jQuery(".sottomenu", this).slideDown(280);
	}, function() {
	jQuery(".sottomenu", this).slideUp(280);
});



});
