/*
  --- menu level scope settins structure --- 

*/
var MENU_TPL = [{
	// TAMANO DE LOS BOTONES
	'height': 20,
	'width': 150,
	//	DISTANCIA ENTRE EL MARGEN SUPERIOR Y EL IZQUIERDO
	'block_top': 86,
	'block_left': 260,
	// DISTANCIA ENTRE BOTONES HORIZONTAL Y VERTICAL
	'top': 0,
	'left': 149,
	// TIEMPO DE ESPERA EN DESPLEGAR EL MENU
	'hide_delay': 200,
	'expd_delay': 200,
	// ESTILOS PARA LOS BOTONES
	'css' : {
		'outer' : ['menu_nivel_0_out', 'menu_nivel_0_over'],
		'inner' : ['menu_font_nivel_0_out', 'menu_font_nivel_0_over']
	}
},{
	'height': 20,
	'width': 180,
	'block_top': 25,
	'block_left': 0,
	'top': 23,
	'left': 0,
	'css' : {
		'outer' : ['menu_nivel_1_out', 'menu_nivel_1_over'],
		'inner' : ['menu_font_nivel_1_out', 'menu_font_nivel_1_over']
	}
},{
	'block_top': 10,
	'block_left': 105
}
]

