/*
  --- 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_TOP_GLOBAL = {
	//Parametros de prueba
	'anclaje': 'estatico',
	'disposicion': 'horizontal',
	'punto_anclaje': 't_menu_top'
};

var MENU_POS_TOP = [{
	
	// item sizes
	'height': 27,
	'width': 160,
	// menu block offset from the origin:
	//	for root level origin is upper left corner of the page
	//	for other levels origin is upper left corner of parent item
	'block_top': 150,
	'block_left': 0,
	// offsets between items of the same level
	'top': 0,
	'left': 161,
	// time in milliseconds before menu is hidden after cursor has gone out
	// of any items
	'hide_delay': 500,
	'expd_delay': 250,
	'css' : {
		'outer' : ['oout_0_top', 'oover_0_top'],
		'inner' : ['iout_0_top', 'iover_0_top']
	}
},{
	'height': 24,
	'width': 170,
	'block_top': 24,
	'block_left': 0,
	'top': 23,
	'left': 0,
	'css' : {
		'outer' : ['oout_1_top', 'oover_1_top'],
		'inner' : ['iout_1_top', 'iover_1_top']
	}
},{
	'block_top': 5,
	'block_left': 160
}
]
