
var MENU_HORIZ_POS=[

{ // Level 0 block configuration
	'width'      : 79,
	'height'     : 20,
	'vertical'   : false,
	'table': [0, 1, 0],
	'block_top' : 114,
	'block_left' : 11,
	'expd_delay' : 300,
	'opacity'    : 100,
	'top' : 0,
	'left' : 125,
	'css' : {
		'table' : 'm0table',
		'inner' : ['m0outinner','m0overinner','m0downinner'],
		'outer' : ['m0mouto', 'm0movero', 'm0mdowno']
	}
},
// Level 1 block configuration
{
	'width'      : 130,
	'height': 20,
	'table': [0, 1, 0],
	'block_top'  : 20,
	'block_left' : 0,
	'vertical'   : true,
	'wise_pos'   : 1,
	'hide_delay' : 300,
	'css' : {
		'table' : 'm0table',
		'inner' : ['m0outinner','m0overinner','m0downinner'],
		'outer' : ['m0mouto', 'm0movero', 'm0mdowno']
	}
}
// Level 2 block configuration is inherited from level 1
]