jQuery(document).ready(function($) {

$('ul#nav').superfish(
  { 
    delay:       1000,                           
    animation:   {opacity:'show'}, 
    speed:       'fast',                         
    autoArrows:  false,                          
    dropShadows: true                           
  }
);

});


