	var MENU_POS0=[
// Level 0 block configuration
{ 	
	// Item's height in pixels
	'height'     : 25,
	// Item's width in pixels
	'width'      : 125,
	// if Block Orientation is vertical
	'vertical'   : false,
	// Block outing table parameters: 
	// [cellpadding, cellspacing, border]
	'table'      : [0, 1, 0],
	// Time Delay in milliseconds before subling block expands  
	// after mouse pointer overs an item
	'expd_delay' : 0,
	'css' : {
		'table' : 'mtable0',
		'outer' : ['mouto', 'movero', 'mdowno'],
		'inner' : 'minner'
	}
},
// Level 1 block configuration
{
	'width'      : 205,
	// Vertical Offset between adjacent levels in pixels
	'block_top'  : 22,
	// Horizontal Offset between adjacent levels in pixels
	'block_left' : 10,
	// block behaviour if single frame:	
	// 1 - shift to the edge, 2 - flip relatively to left upper corner
	'wise_pos'   : 2,
	'vertical'   : true,
	// Time Delay in milliseconds before menu collapses after mouse 
	// pointer lefts all items
	'hide_delay' : 300,
	// 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' : '#888888'
	}
},
// Level 2 block configuration
{
	'block_top'  : 11,
	'block_left' : 125
},
// Level 3 block configuration
{
	'block_left' : 195
}
]

