/* Tigra Menu template structure */
var MENU_TPL2 = [
// Level 0 block configuration
	{
	'height': 30,
	'width': 80, // C.
	'table': [0, 1, 0], 
	'hide_delay' : 200,
    'expd_delay' : 200,
    'opacity' : 100,
	'wise_pos' : 2,
	'vertical' : false,
			'css': {
			'table': 'TM0t0',
			'outer': ['TM0o0','TM0o1','TM0o0'],
			'inner': 'TM0i0'
				}
	},
// Level 1 block configuration
	{
	'width' : 197, // A.
	'height' : 35, // B.
	'table' : [0, 1, 0],
	'block_top' : 30,
	'block_left' : 0,
	'vertical' : true
	},
// Level 2 block configuration
	{
	'height' : 35, // D.
	'width' : 197,
	'table' : [0, 1, 0],
	'block_top' : 0, // F.
	'block_left' : 197, // E.
	'vertical' : true
	}
]