$(document).ready(function(){
	// Read More links (uses animatedcollapse.js)
/*	animatedcollapse.addDiv('more', 'fade=1,hide=1,speed=400')
	animatedcollapse.addDiv('site-map', 'fade=1,hide=1,speed=400')
	animatedcollapse.init()

});*/
$("#nav")
		.superfish({
			animation : { opacity:"show"}
	});
	});

