var MENU_POS0 = [
// Level 0 block configuration
{
	// Item's height in pixels:
	'height'     : 20,
	// Item's width in pixels:
	'width'      : 150,
	// if Block Orientation is vertical:
	'vertical'   : false,
	// Style class names for the level
	'css' : {
		// Block outing table class
		'table' : 'menutable',
		// Item outer tag style class for all item states or
		// classes for [<default state>, <hovered state>, <clicked state>]
		'outer' : ['mco0', 'mco0_o', 'mco0_d'],
		// Item inner tag style class for all item states or
		// classes for [<default state>, <hovered state>, <clicked state>]
		'inner' : ['mci0', 'mci0', 'mci0']
	},
	// Block outing table parameters:
	// [cellpadding, cellspacing, border]
	'table'      : [0, 0, 0]
},
// Level 1 block configuration
{
	'width'      : 125,
	'height'     : 20,
	// Vertical Offset between adjacent levels in pixels:
	'block_top'  : 24,
	// Horizontal Offset between adjacent levels in pixels:
	'block_left' : 0,
	// if Block Orientation is vertical:
	'vertical'   : true,
	// transition effects for the block
	// [index on expand, duration on expand, index on collapse, duration on collapse]
	'transition' : ['revealTrans(TRANSITION=10,DURATION=0.2)',
'revealTrans(TRANSITION=18,DURATION=.3)'],
	// Style class names for the level
	'css' : {
		// Block outing table class
		'table' : 'mt1',
		// Item outer tag style class for all item states or
		// classes for [<default state>, <hovered state>, <clicked state>]
		'outer' : ['mco1', 'mco1_o', 'mco1_d'],
		// Item inner tag style class for all item states or
		// classes for [<default state>, <hovered state>, <clicked state>]
		'inner' : ['mci1', 'mci1_o', 'mci1_d']
	},
	// Block outing table parameters:
	// [cellpadding, cellspacing, border]
	'table'      : [0, 2, 0],
	'opacity'	 : 95,
	'wise_pos' 	 : 1,
	'hide_delay' : 500
},
// Level 2 block configuration
{
	
	'block_top'  : 3,
	'block_left' : 174
}
// Subling level configurations are inherited from level 2
]

