/* Superfish */
jQuery(document).ready(function(){ 
       jQuery("div.topnav ul").superfish({ 
            animation:   {opacity:'show',height:'show'},  // fade-in and slide-down animation 
            autoArrows:  true,                           // disable generation of arrow mark-up 
            dropShadows: false                            // disable drop shadows
        }); 
    }); 
jQuery(document).ready(function(){ 
       jQuery("div.mainnav ul").superfish({ 
            animation:   {opacity:'show',height:'show'},  // fade-in and slide-down animation 
            autoArrows:  false,                           // disable generation of arrow mark-up 
            dropShadows: false                            // disable drop shadows
        }); 
    });