/*
  --- 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.
*/

/* Tigra Menu template structure */
var MENU_TPL = [
	{
		'width': 190,
		'height': 30,
		'left': 0,
		'top': 29,
		'hide_delay': 200,
		'expd_delay': 200,
		'css': {
			'inner': ['TM0i0','TM0i1'],
			'outer': 'TM0o0'
		},
		'block_left': 27,
		'block_top': 170
	},
	{
		'block_left': 160,
		'block_top': 5
	}
];