/*
  --- 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 = [
{
	'height': 15,
	'width': 160,
	'block_top': 121,
	'block_left': 6,
	'top': 0,
	'left': 165,
	'hide_delay': 200,
	'expd_delay': 200,
	'css' : {
		'outer' : ['MenuEst1', 'MenuEst2'],
		'inner' : ['MenuInt1', 'MenuInt2']
	}	
},
{
	'width': 160,
	'block_top': 20,
	'block_left': 0,
	'top': 20,
	'left': 0
},
{
	'block_top': 5,
	'block_left': 155
}
];