/*
  --- 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_POS4 = [
{
	// item sizes
	'width': 118,
	'height': 20,
	'block_top': 366,
	'block_left': 28,
	'top': 20,
	'left': 0,
	'hide_delay': 300,
	'css' : {
		'inner' : 'minner',
		'outer' : ['moout', 'moover']
	}
},
{
	'height': 20,
	'width': 122,
	'block_top': -50,
	'block_left': 170,
	'top': 20, 
	'css' : {
		'inner' : 'minner2',
		'outer' : ['moout2', 'moover2']
	}
}
]

