/*
  --- menu level scope settins structure --- 
  note that this structure has changed its format since previous version.
  Now this structure has the same layout as Tigra Menu GOLD.
  Format description can be found in product documentation.
  last MODIFIED TO FIT MY PAGE DME.com 2005/12/25
*/

/*  THIS IS THE SIDE MENU    THIS IS THE SIDE MENU    THIS IS THE SIDE MENU    THIS IS THE SIDE MENU  */

var MENU_POS2 = [
{
	// THIS IS THE SIDE MENU    THIS IS THE SIDE MENU    THIS IS THE SIDE MENU    THIS IS THE SIDE MENU 
	// item sizes     width was   154      2006/10/16  mr
	'width': 169, 	// ITEM SIZE OF THE FIRST LEFT BLOCK COVERING THE BLUE BAND - LEVEL 1
	'height': 20,   // WAS 20  2007-09-25
	// menu block offset from the origin (TOP):
	//	for root level origin is upper left corner of the page
	//	for other levels origin is upper left corner of parent item
	'block_top': 114,     // WAS 160 for Colibri menu until 2011-11 WAS 140 2011-08-01:: 152  2007-09-25   Last 122  last 03-24  164  was last 94 **  2k9-01-30 to 170  last2010-03-16  205 <br>
	'block_left': 3,   // WAS 0  2007-10-5   
	// offsets between items of the same level
	'top': 21,
	'left': 0,
	// time in milliseconds before menu is hidden after cursor has gone out
	// of any items
	'hide_delay': 200,
	'css' : {
		'inner' : 'minner',
		'outer' : ['moout', 'moover']
	}
},
{
// WIDTH OF ITEM BLOCKS (POP-OUT CHOICES) IN SIDE MENU - LEVEL 2  2007-04-15 added 40 (250 to 290)
	'width': 370,  // Reajusted to 370 WAS 320 2010-03-01 (Eagles)
	'block_top': 10,  // LEFT ITEM BLOCK SPACING FROM PREVIOUS MENU ITEM
	'block_left': 70
},
{
	'block_left': 70
}
]


