/* Tigra Menu template structure 
  --- menu level scope settins structure --- 
  note that this structure has changed its format since previous version.
  Now this structure has the same layout as Tigra Menu GOLD.
  Format description can be found in product documentation.
*/
var MENU_TPL = [
	{
		'width': 100,
		'height': 18, /* 24*/
		'left': 99,
		'top': 0,
		'hide_delay': 200,
		'expd_delay': 200,
		'css': {
			'inner': 'TM0i0',
			'outer': ['TM0o0','TM0o1']
		},
		'block_left': 50,
		'block_top': 20
	},
	{
		'width': 200,
		'block_left': 0,
		'block_top': 25,
		'left': 0,
		'top': 23,
		'css': {
			'inner': 'TM0i0',
			'outer': ['TM1o0','TM1o1']
		}
	},
	{
		'width': 200,
		'block_left': 180,
		'block_top': 0
	}
];
