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

			$(".bottom").removeClass("bottom").addClass("bottom_fixed");

			


		});