/* js for package: std-layout */


/*$(document).ready(function(){			
	$('ul.sf-menu').each(function() {
	 	$(this).superfish();
		$(this).css({position: "absolute", zIndex: "999"});
		$(this).parent().css({ height: $(this).height() +"px"});
	  
	});	
});*/


/*$(document).ready(function(){ 
	$('ul.sf-menu').superfish(); 
}); */

