﻿/// <reference path="MicrosoftAjax.debug.js" />
/// <reference path="MicrosoftAjaxTemplates.debug.js" />
/// <reference path="MicrosoftAjaxAdoNet.debug.js" />
/// <reference path="jquery-1.3.1-vsdoc.js" />

Sys.Application.add_load(function() {

    $('#ctl00_toplevel').superfish({
        delay: 1000,                            // one second delay on mouseout
        animation: { opacity: 'show', height: 'show' },  // fade-in and slide-down animation
        speed: 'fast',                          // faster animation speed
        autoArrows: false,                           // disable generation of arrow mark-up
        dropShadows: false                            // disable drop shadows
    })

    $(".sf-menu li li").css("opacity", 0.8);
}); 