var MENU_POS_XP=[
// Level 0 block configuration
{ 	
	// Item's height in pixels
	'height'     : 22,
	// Item's width in pixels
	'width'      : 104,
	// if Block Orientation is vertical
	'vertical'   : false,
	// Time Delay in milliseconds before subling block expands  
	// after mouse pointer overs an item
	'expd_delay' : 300,
	'css' : {
		'outer' : ['mXPl0mouto']
	}
},
// Level 1 block configuration
{
	'width'      : 180,
	'height'     : 22,
	// Vertical Offset between adjacent levels in pixels
	'block_top'  : 23,
	// Horizontal Offset between adjacent levels in pixels
	'block_left' : 0,
	'vertical'   : true,
	'expd_delay' : 300,
	// transition effects the for the block 
	// [index on expand, duration on expand, index on collapse, duration on collapse]
//	'transition' : [5, 0.1],
	// Block Opasity in percent
	'opacity'    : 90,
	// Time Delay in milliseconds before menu collapses after mouse 
	// pointer lefts all items
	'hide_delay' : 500,
	'css' : {
		'table' : 'mXPl1'
	}
},
// Level 2 block configuration
{
	'width'      : 160,
	'height'     : 22,
	'block_top'  : 0,
	'block_left' : 181,
	'vertical'   : true,
	'hide_delay' : 500,
//	'transition' : [0, 0.1],
	'opacity'    : 90,
	'css' : {
		'table' : 'mXPl1'
	}
}
]


