$(document).ready(function(){
			$("ul.nav")
			.superfish({
				animation : { opacity:"show",height:"show"}
			})
			
		});
