
$(document).ready(function(){
	$("ul#nav").superfish({
		dropShadows:   true               // completely disable drop shadows by setting this to false 
	}); 
});

