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