/* 
  *This is a jquery plugin
*/

/* This Function Controls jQuery cycle */
	$(document).ready(function(){ 
		$("ul.sf-menu").superfish({ 
			pathClass: 'current',
			animation: {height:'show'},   // slide-down effect without fade-in 
            delay:     1200               // 1.2 second delay on mouseout 
        });

    });
