jQuery(document).ready(function() {

	$(".navigation ul").superfish({
		animation : {  opacity:"show", height:"show" },
		delay:100,
		speed:"slow"
	});

 });

