var MENU_POS1=[
// Level 0 block configuration
{
	'width'      : 192,
	'height'     : 38,
	'vertical'   : false,
	'table'      : [0, 1, 0],
	'expd_delay' : 0,
	'css' : {
		'table' : 'm1table1',
		'inner' : 'm1inner1',
		'outer' : ['m1mouto1', 'm1movero1', 'm1mdowno1']
	}
},
// Level 1 block configuration
{
	'width'      : 192,
	'height'     : 24,
	'block_top'  : 39,
	'block_left' : -2,
	'vertical'   : true,
	'wise_pos'   : 1,
	'hide_delay' : 500,
	'shadow' : {
		// color of the shadow
		'color' : '#EDE8DD',
		// horisontal offset of the shadow in pixels
		'offX'  : 4,
		// vertical offset of the shadow in pixels
		'offY'  : 4
	},
	'css' : {
		'table' : 'm1table',
		'inner' : 'm1inner',
		'outer' : ['m1mouto', 'm1movero', 'm1mdowno']
	}
},
// Level 2 block configuration is inherited from level 1
{
	'width'      : 192,
	'block_top'  : -1,
	'block_left' : 192,
	'right'       : 1,
	'css' : {
		'table' : 'm1table',
		'inner' : 'm1inner',
		'outer' : ['m1mouto', 'm1movero', 'm1mdowno']
	}
},
// Level 3 block configuration
{
	'width' : 192
}
//Subling level configurations are inherited from level 3
]