﻿$(document).ready(function() {
$("ul.sf-menu").superfish({
        animation: { opacity: 'show', height: 'show' },
        speed: 'fast',
        autoArrows: false,
        delay: 100             // .1 second delay on mouseout

    });
}); 