/* Tigra Menu template structure */
var MENU_TPL = [
	{
		'width': 157,
		'height': 24,
		'hide_delay': 200,
		'expd_delay': 200,
		'opacity': 90,
		'vertical': true,
		'table': [0,0,0],
		'css': {
			'table': 'TM0t0',
			'outer': 'TM0o0',
			'inner': ['TM0i0','TM0i1']
		},
		'transition': ['progid:DXImageTransform.Microsoft.GradientWipe(DURATION=0.5,wipeStyle=1)','progid:DXImageTransform.Microsoft.GradientWipe(DURATION=0.5,wipeStyle=1)'],
	// level shadow scope settings
	'shadow' : {
		// color of the shadow
		'color' : '#4682B4',
		// horisontal offset of the shadow in pixels
		'offX'  : 4,
		// vertical offset of the shadow in pixels
		'offY'  : 4
	}
},
	{
		'width': 157,
		'block_left': 130,
		'block_top': 5,
		'vertical': true
	},
	{
		'block_left': 157,
		'block_top': 0
	}
];



