var MENU_POS0=[
// Level 0 block configuration
{
	// Item's width in pixels
	'width'      : 155,
	// if Block Orientation is vertical
	'vertical'   : true,
	// Time Delay in milliseconds before subling block expands
	// after mouse pointer overs an item
	'expd_delay' : 300,
	// Style class names for the level
	'css' : {
		// Block outing table class
		'table' : 'm0table0',
		// Item inner tag style class for all item states or 
		// classes for [<default state>, <hovered state>, <clicked state>]
		'inner' : ['m0mouti', 'm0moveri'],
		// Item outer tag style class for all item states or
		// classes for [<default state>, <hovered state>, <clicked state>]
		'outer' : 'm0outer'
	}
},
// Level 1 block configuration
{
	'width'      : 155,
	// Vertical Offset between adjacent levels in pixels
	// block behaviour if single frame:	'block_top'  : 20,
	// Horizontal Offset between adjacent levels in pixels
	'block_left' : 15,	
	// 1 - shift to the edge, 2 - flip relatively to left upper corner
	'wise_pos'   : 2,
	'vertical'   : true,
	'css' : {
		'table' : 'm0table1',
		'outer' : 'm0outer',
		'inner' : ['m0mouti', 'm0moveri']
	}
}
]


