var MENU_POS=[
// Level 0 block configuration
{
	// Item's height in pixels
	'height'     : 15,
	// Item's width in pixels
	'width'      : 100,
	// if Block Orientation is vertical
	'vertical'   : false,
	// Block outing table parameters:
	// [cellpadding, cellspacing, border]
	'table'      : [0, 0, 0],
	// Time Delay in milliseconds before o_block block expands
	// after mouse pointer overs an item
	'expd_delay' : 200,
	// Time Delay in milliseconds before menu collapses after mouse
	// pointer lefts all items
	'hide_delay' : 300,
	// Style class names for the level
	'css' : {
		// Block outing table class
		
		// Item outer tag style class for all item states or
		// classes for [<default state>, <hovered state>, <clicked state>]
		'outer' : ['m0l0oout', 'm0l0oover'],
		// Item inner tag style class for all item states or
		// classes for [<default state>, <hovered state>, <clicked state>]
		'inner' : ['m0l0iout', 'm0l0iover']
	}
	
},
// Level 1 block configuration
{
	'height': 24,
	'width': 220,
	'block_top': 25,
	'block_left': 0,
	

	'vertical'   : true,
	// Block outing table parameters:
	// [cellpadding, cellspacing, border]

	'opacity' : 95,
	// Style class names for the level
	'css' : {
		// Block outing table class
		'table' : 'm1table2',
		// Item outer tag style class for all item states or
		// classes for [<default state>, <hovered state>, <clicked state>]
		'outer' : ['m0l1oout', 'm0l1oover'],
		'inner' : ['m0l1iout', 'm0l1iover']
	}
},
// Level 2 block configuration
{
	'block_top'  : -3,
	'block_left' : 152
},
// Level 3 block configuration
{
	'block_left' : 195
}
	//o_block level configurations are inherited from level 3
]

