// CWT jQuery Config
// main menu
$(document).ready(function() { 
  $('ul.sf-menu').superfish({ 
    delay:       2000,                            // 2 second mouseout 
    animation:   {opacity:'show',height:'show'},  // fade-in, slide-down ani 
    speed:       'fast',                          // faster animation speed 
    autoArrows:  true,                           // disable arrow mark-up 
    dropShadows: true                            // disable drop shadows 
  }); 
}); 



