Hi,
You are still getting a script error for superfish, I would solve that. Currently it is not finding the file because you have:
<portal:SiteScript id="superfish" runat="server" ScriptRelativeToRoot="/ClientScript/jqmojo/mojosuperfish150.js" />
but your site is not root level so you need:
<portal:SiteScript id="superfish" runat="server" ScriptRelativeToRoot="/portale/ClientScript/jqmojo/mojosuperfish150.js" />
Hope that helps,
Joe