jQuery.noConflict();
jQuery(document).ready(function() {
    jQuery("ul.sf-menu").supersubs({
        minWidth: 10,
        maxWidth: 12,
        extraWidth: 1

    }).superfish({
        delay: 400,
        animation: {
           opacity: 'show',
						height: 'show'
        },
        speed: 'fast',
        autoArrows: false,
        dropShadows: false
    });
});
