 Ext.onReady(function() {
	 	
        new Ext.ux.Menu('navi', {
            transitionType: 'slide',
            direction: 'horizontal', // default
            delay: 0.2,              // default
            autoWidth: false,         // default
            transitionDuration: 0.2, // default
            animate: true,           // default
            currentClass: 'current'  // default
        });

    });
