var MENU_POS = [
{
	'width'      : 130,
	'height'     : 24,
	// Vertical Offset between adjacent levels in pixels
	'block_top'  : 10,
	// Horizontal Offset between adjacent levels in pixels
	'block_left' : 132,
	'vertical'   : true,
	'table'      : [0, 1, 0],
	// Time Delay in milliseconds before menu collapses after mouse 
	// pointer lefts all items
	'hide_delay' : 500,
	// transition effects the for the block 
	// [index on expand, duration on expand, index on collapse, duration on collapse]
	'transition' : [6, 0.3],
	// Block Opasity in percent
	'opacity'    : 90,
	'css' : {
		'table' : 'm0table',
		'inner' : 'm0inner',
		'outer' : ['m0mouto', 'm0movero', 'm0mdowno']
	}
}
]
