	var MENU_POS=[

// Level 0 block configuration

{

	// Item's height in pixels

	'height'     : 18,

	// Item's width in pixels

	'width'      : 75,

	// if Block Orientation is vertical

	'vertical'   : false,

	// 1 - shift to the edge, 2 - flip relatively to left upper corner

	'wise_pos'   : 1,	

	// Block outing table parameters:

	// [cellpadding, cellspacing, border]

	'table'      : [0, 0, 0],

	// Style class names for the level

	'css' : {

		// Block outing table class

		'table' : 'mtable0',

		// Item outer tag style class for all item states or

		// classes for [<default state>, <hovered state>, <clicked state>]

		'outer' : ['mouto', 'movero', 'mdowno'],

		// Item inner tag style class for all item states or

		// classes for [<default state>, <hovered state>, <clicked state>]

		'inner' : 'minner'

	}

},



// Level 1 block configuration

{

	'height'     : 22,	

	'width'      : 150,	

	'block_top'  : 16,

	'block_left' : -30,

	'vertical'   : true,

	//'expd_delay': -1,

	'wise_pos'   : 1,	

	'shadow' : {

		'offX' : 3,

		'offY' : 3,

		'color' : '222222'

	}

},



// Level 2 block configuration

{

	'height'     : 22,	

	'width'      : 150,	

	'block_top'  : 0,

	'block_left' : 150,

	'vertical'   : true,	

	'wise_pos'   : 1	

},

// Level 3 block configuration

{

}

	//Subling level configurations are inherited from level 3

]



