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