/* Tigra Menu template structure */
var MENUp_TPL = [
	{
		'width': 197,
		'height': 30,
		'hide_delay': 200,
		'expd_delay': 200,
		'opacity': 100,
		'vertical': true,
		'table': [0,1,0],
		'css': {
			'table': 'PM0t0',
			'outer': ['PM0o0','PM0o0','PM0o2'],
			'inner': ['PM0i0','PM0i1','PM0i0']
		}
	},
	{
		'width': 175,
		'height': 30,
		'block_left': 160,
		'block_top': -1,
		'vertical': false,
		'css': {
			'table': 'PM0t0',
			'outer': ['PM0o0','PM0o0','PM0o2'],
			'inner': ['PM0i0','PM0i1','PM0i0']
		}
	}
];