// initialise plugins
jQuery(function() {
    $('ul.sf-menu').superfish({
        //pathClass: 'RequiredFieldIndicator' 
    });
});
