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

