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