/* Tigra Menu template structure */
var MENU_TPL = [
// Level 0 block configuration
	{
	'height': 23,
	'width': 67, // C.
	'table': [0, 0, 0], 
	'hide_delay' : 200,
    'expd_delay' : 200,
    'opacity' : 100,
	'wise_pos' : 2,

			'css': {
			'table': 'TM0t0',
			'outer': ['TM0o0','TM0o1','TM0o0'],
			'inner': 'TM0i0'
				}
	},
// Level 1, 2 block configuration
	{
	'width' : 140, // A.
	'height' : 23, // B.
	'table' : [0, 0, 0],
	'block_top' : 23,
	'block_left' : 0,
			'vertical' : true,
			'css': {
			'table': 'TM1t0',
			'outer': ['TM1o0','TM1o1','TM1o0'],
			'inner': 'TM1i0'
				}
		},
// Level 2 block configuration
	{
	'height' : 23, // D.
	'width' : 130,
	'table' : [0, 0, 0],
	'block_top' : 5, // F.
	'block_left' : 128, // E.
		'vertical' : true,
			'css': {
			'table': 'TM1t0',
			'outer': ['TM1o0','TM1o1','TM1o0'],
			'inner': 'TM1i0'
				}
		},
]


