var MENU_POS=[
// Level 0 block configuration
{
	'width'      : 70,
	'height'     : 14,
	'vertical'   : false,
	'table'      : [0, 1, 0],
	'expd_delay' : 300,
	//'opacity'    : 100,
	'css' : {
		'table' : 'm0table',
		'inner' : ['m0inner', 'm0movero', null],
		'outer' : ['m0mouto', 'm0movero', 'm0mdowno']
	}
},

// Level 1 block configuration
{	
	'width' : 140,	
	'height' : 14,	
	'table' : [0, 1, 1],
	'block_top' : 13,
	'block_left' : 10,
	'vertical' : true,
	'expd_delay' : 300,
	//'opacity'    : 100,
	'wise_pos' : 1,
	'css' : {
		'table' : 'm0table',
		'inner' : ['m1inner', 'm1movero', null],
		'outer' : ['m0mouto', 'm0movero', 'm0mdowno']
	}
},
// Level 2 block configuration
{
	'height' : 14,
	'width' : 150,
	'table' : [0, 1, 1],
	'block_top' : 13,
	'block_left' : 50,
	'vertical' : true,
	'expd_delay' : 300,
	//'opacity'    : 100,
	'wise_pos' : 1,
	'css' : {
		'table' : 'm0table',
		'inner' : ['m1inner', 'm1movero', null],
		'outer' : ['m0mouto', 'm0movero', 'm0mdowno']
	}
},
// Level 3 block configuration
{
	'height' : 14,
	'width' : 100,
	'table' : [0, 1, 1],
	'block_top' : 13,
	'block_left' : 50,
	'vertical' : true,
	'expd_delay' : 300,
	//'opacity'    : 100,
	'wise_pos' : 1,
		'css' : {
		'table' : 'm0table',
		'inner' : ['m1inner', 'm1movero', null],
		'outer' : ['m0mouto', 'm0movero', 'm0mdowno']
	}
}
]

