// creates the menu through jquery
jQuery(function(){
   jQuery('ul.sf-menu').superfish();
});
