$(function(){



$(".sf-menu").superfish(
{
       // "animation":{
       //  "height":"toggle",
       //  "opacity":"toggle"

       // },
       "pathClass":  "current", 
        "dropShadows": false,
        "delay": 9999999,
        "autoArrows":    false ,
        "onBeforeShow":        function(){$("#top").css("border-bottom","29px solid #000 !important")},
        "onHide":        function(){$("#top").css("border-bottom","29px solid #333")}
});

}); 
