// JavaScript Document

$(document).ready(function() {

	// initialise the menus
	jQuery(function(){
		jQuery('ul.sf-menu').superfish();
	});

} );

