$(document).ready( function() {

		// initialise plugins
		jQuery(function(){
			jQuery('ul.KI-Menu').superfish();
		});
});

