﻿/*
 * Copyright Data Innovators Ltd 2008
 */

$(document).ready(function() {
    $('ul.ui-menu').superfish({
        delay: 750,
        animation: { opacity: 'show' },
        speed: 'fast',
        autoArrows: false,
        dropShadows: false,
        disableHI: true
    });
});