$(function(){
	
$('.customerblock ul').hide();


/*
	$('.customerblock').hover(function(){
	$('.customerblock ul').slideDown('slow');
//	$('.customerblock ul').slideToggle('slow',function(){});
});
*/

/*	$('.customerblock').hover(
		function(){
			$('.customerblock ul').slideDown('slow');
		},
		function(){
			$('.customerblock ul').stop().slideUp();
		});
*/

	$('.customerblock').hover(
		function(){
				$('.customerblock ul').slideDown('slow');	
		});

});
