﻿$(document).ready(
function()
{ 
    $('ul.sf-menu').superfish(
    { 
    
        pathClass: 'current', 
        
        animation: {height:'show'},         
        delay: 1000, 
        autoArrows: true 
    }); 
});