$(document).ready(function(){
	$("#mainnav").superfish({
		animation : { opacity:"show" }
	});
});