/**
 * @author Mydall.Net
 */
 
$(document).ready(function(){

	// Set up the DROPDOWN functionality
	jQuery("ul.sf-menu").superfish();

}); 

