/*
  --- 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_POS = [
	{
		'width': mainmenuwidth,
		'height': mainmenuheight,
		'hide_delay': 700,
		'expd_delay': 200,
		'vertical': true,
		'table': [2,0,0],
		'css': {
			'table': '',
			'outer': 'TM0o0',
			'inner': ''
		}
	},
	{
		'width': submenuwidth,
		'block_left': subblockleft,
		'height':submenuheight,
		'block_top': -1,
		'vertical': true,
		'table': [2,0,0],
		'css': {
			'table': 'TM0t0',
			'outer': ['TM1o0','TM1o1'],
			'inner': 'TM0i0'
		}
	},
	{
		'block_left': submenuwidth+2,
		'block_top': -2
	}
];

