	var MENU_POS0=[
// Level 0 block configuration
{ 	
	'height'     : 24,
	'width'      : 120,
	'vertical'   : false,
	// Block outing table parameters: 
	// [cellpadding, cellspacing, border]
	'table'      : [0, 0, 0],
	'expd_delay' : 300,
	'css' : {
		'table' : 'mtable0',
		'outer' : ['mouto', 'movero', 'mdowno'],
		'inner' : 'minner'
	}
},
// Level 1 block configuration
{
	'width'      : 140,
	'height'     : 24,
	// Vertical Offset
	'block_top'  : 22,
	// Horizontal Offset
	'block_left' : 20,
	// block behaviour if single frame:	
	// 1 - shift to the edge, 2 - flip relatively to left upper corner
	'wise_pos'   : 2,
	'vertical'   : true,
	'table'      : [0, 1, 0],
	'expd_delay' : 300,
	'hide_delay' : 300,
	// transition effects the for the block 
	// [index on expand, duration on expand, index on collapse, duration on collapse]
	// Block Opasity in percent
	'opacity'    : 90,
	// style classes
	'css' : { 
		// for a whole submenu block
		'table' : 'mtable', 
		// for outer DIV tag, each of three item states
		'outer' : ['mouto', 'movero', 'mdowno'],
		// for inner DIV tag
		'inner' : 'minner'
	},
	// shadow parameters
	'shadow' : {
		// horizontal offset relative to submenu block
		'offX' : 4,
		// vertical offset relative to submenu block
		'offY' : 3,
		'color' : '#59698F'
	}
},
// Level 2 block configuration
{
	'width'      : 150,
	'height'     : 24,
	'block_top'  : 5,
	'block_left' : 145,
	'wise_pos'   : 1,
	'vertical'   : true,
	'table'      : [0, 1, 0],
	'expd_delay' : 300,
	'hide_delay' : 300,
	'opacity'    : 90,
	'css' : {
		'table' : 'mtable',
		'outer' : ['mouto', 'movero', 'mdowno'],
		'inner' : 'minner'
	},
	'shadow' : {
		'offX' : 4,
		'offY' : 3,
		'color' : '#888888'
	}
}
]
