var $j = jQuery.noConflict();
$j(document).ready(function(){
	

	                                                                $j(".nav").superfish({
	                                                                        delay           : 1000,
	                                                                        animation : { opacity:"show", height:"show" },
	                                                                       
	                                                                });
	
});

