$(document).ready(function(){
	
	$(".nav")
	.superfish({
		animation : { opacity:"show",height:"show", delay:0, speed:"fast"}
	});
});
