
/* Tigra Menu template structure */
var MENU_TPL = [
// Level 0 block configuration
	{
		'width': 132,
		'height': 33,
		'hide_delay': 200,
		'expd_delay' : 300,
		'vertical': false,
		'table': [0,0,0],
		'opacity'    : 90,
		'css': {
			'table': 'TM0t0',
			'inner': ['m0l0iout', 'm0l0iover'],
			'outer': ['m0l0oout', 'm0l0oover']
		}
	},

// Level 1 block configuration
	{
		'width': 220,
		'height': 33,
		'block_left': 0,
		'block_top': 33,
		'vertical': true,
		'wise_pos'   : 0,
		'css': {
			'table': 'TM0t1',
			'inner': ['m0l1iout', 'm0l1iover'],
			'outer': ['m0l1oout', 'm0l1oover']
		}
	}
	
// Level 2 block configuration
	,{
	'block_top': 0,
	'block_left': 211
	}
];

