
		$(document).ready(function(){
			$(".nav")
			.superfish({
				pathClass : 'current',
				animation: {height: 'show'},
   				speed: 1,
   				delay : 1000 
			});
		});
