var MENU_POS=
[
// Level 0 block configuration
{
	// Item's width in pixels
	'width'      : 140,
	// Item's height in pixels
	'height'     : 27,
	// if Block Orientation is vertical
	'vertical'   : false,
	// Block outing table parameters:
	// [cellpadding, cellspacing, border]
	'table'      : [0, 0, 0],
	// Time Delay in milliseconds before sub block expands
	// after mouse pointer over an item
	'expd_delay' : 000,
	// Style class names for the level
	//'opacity'    : 85,
	'css' : {
		'table' : 'level0table',
		'inner' : 'level0inner',
		'outer' : ['level0outer', 'level0outerover', 'level0outerdown']
	}
},
// Level 1 block configuration
{
	'width'      : 200,
	// Vertical Offset between adjacent levels in pixels
	'block_top'  : 27,
	// Horizontal Offset between adjacent levels in pixels
	'block_left' : 0,
	'vertical'   : true,
	// block behaviour if single frame:	
	// 1 - shift to the edge, 2 - flip relatively to left upper corner
	'wise_pos'   : 1,
	// Time Delay in milliseconds before menu collapses after mouse
	// pointer leaves all items
	'hide_delay' : 500,
	'opacity' : 95,
	'css' : {
		'table' : 'level1table',
		'inner' : ['level1inner', 'level1innerover', 'level1innerdown'],
		'outer' : ['level1outer', 'level1outerover', 'level1outerdown']
	}
}
// Level 2 block configuration is inherited from level 1
]

