﻿$(document).ready(function () {
    $('ul.sf-menu').superfish({ speed: 'fast', dropShadows: false, autoArrows: false });
});
