﻿$(document).ready(function() {
        jQuery(function() {
            jQuery('ul.sf-menu').superfish();
        });
});