	var MENU_POS0=[
// Level 0 block configuration
{ 	
	// Item's height in pixels
	'height'     : 24,
	// Item's width in pixels
	'width'      : 124,
	// 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' : 300,
	'css' : {
		'table' : 'mtable0',
		'outer' : ['mouto', 'movero', 'mdowno'],
		'inner' : 'minner2'
	}
},
// Level 1 block configuration
{
	'width'      : 150,
	'height'     : 30,
	// 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,
	'table'      : [0, 1, 0],
	'expd_delay' : 300,
	// Time Delay in milliseconds before menu collapses after mouse 
	// pointer lefts all items
	'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'    : 100,
	// 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' : 'minner2'
	},
	// 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
{
	'width'      : 150,
	'height'     : 24,
	'block_top'  : 11,
	'block_left' : 145,
	'wise_pos'   : 1,
	'vertical'   : true,
	'table'      : [0, 1, 0],
	'hide_delay' : 300,
	'opacity'    : 100,
	'css' : {
		'table' : 'mtable',
		'outer' : ['mouto', 'movero', 'mdowno'],
		'inner' : ['minner', 'minner2', 'minner2']
	},
	'shadow' : {
		'offX' : 4,
		'offY' : 3,
		'color' : '#888888'
	}
}
]


