  // <![CDATA[

  $(document).ready(function(){
	$("#menubar").superfish({
		pathClass : 'current',
		animation : { opacity:"show", height:"show" },
		onBeforeShow : function() {
		$(this).hide(); /* overides than display:none for the sub menus and allows the animations to work */
	},
		onHide : function() {
		$(this).show(); /* overides than display:none for the sub menus and allows the animations to work  */
	}

	});
});

  // ]]>
