$(document).ready(function() {
   $('ul.#mainlevel-nav').superfish({
      delay:       400,
      animation:   {opacity:'show',height:'show'},
      speed:       400,
      autoArrows:  false,
      dropShadows: true
   });
   
 });

