$(document).ready(function(){
	$('#nav').superfish({speed: 'fast', animation: {height:'show'}});
	
});


