jQuery(document).ready(function(){
  //menu
  jQuery('ul.sf-menu').supersubs({ 
      minWidth:    4,
      maxWidth:    37,
      extraWidth:  0                     
  }).superfish({ 
      delay:       800,
      animation:   {opacity:'show'},
      speed:       300,
      dropShadows: false,
      autoArrows:  false      
  });
  

});


jQuery(function(){
  
});
