var MENU_POS=[
// Level 0 block configuration
{
	// Item's height in pixels
	// 'height'     : 16,
	// Item's width in pixels
	// 'width'      : 124,
	// if Block Orientation is vertical
	'vertical'   : false,
	// Time Delay in milliseconds before subling block expands
	// after mouse pointer overs an item
	'expd_delay' : 300
	// Style class names for the level
	//'css' : {
		// Block outing table class
		// 'table' : 'm0table0',
		// Item inner tag style class for all item states or
		// classes for [<default state>, <hovered state>, <clicked state>]
		// 'inner' : ['m0l0iout', 'm0l0iover'],
		// Item outer tag style class for all item states or
		// classes for [<default state>, <hovered state>, <clicked state>]
		// 'outer' : ['m0l0oout', 'm0l0oover']
	// }
},
// Level 1 block configuration
{
	'height': 22,
	'width': 170,
	'vertical' : true,
	'block_top': 23,
	'block_left': 0,
	'top': 21,
	'left': 0,
//	'wise_pos': 2,
	'css': {
		'outer' : ['m0l1oout', 'm0l1oover'],
		'inner' : ['m0l1iout', 'm0l1iover']
	}
},
// Level 2 block configuration
{
	'block_top': 23,
	'block_left': 85,
	'css': {
		'outer': ['m0l2oout', 'm0l2oover'],
		'inner': ['m0l1iout', 'm0l2iover']
	},
	'wise_pos': 2
},
// Level 3 block configuration
{
	'width': 170,
	'wise_pos': 2
}


]