/*
  --- 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.
*/

var MENU_INTERNET_POS = [
{
	// item sizes
	//'height': 23,
	//'width': 123,
	// menu block offset from the origin:
	//	for root level origin is upper left corner of the page
	//	for other levels origin is upper left corner of parent item
	'block_top': 0,
	'block_left': 0,
	// offsets between items of the same level
	//'top': 18,
	'left': 0,
	// time in milliseconds before menu is hidden after cursor has gone out
	// of any items
	'hide_delay': 200,
	'expd_delay': 200,
	'css' : {
		'outer': ['Cm040oout', 'Cm040oover'],
		'inner': ['Cm040iout', 'Cm040iover']
	}
},
{
	'height': 20,
	'width': 150,
	'block_top': 15,
	'block_left': 100,
	'top': 20,
	'left': 0,
	'css': {
		'outer' : ['Cm041oout', 'Cm041oover'],
		'inner' : ['Cm041iout', 'Cm041iover']
	}
},
{
	'height': 20,
	'width': 200,
	'block_top': 5,
	'block_left': 190,
	'css': {
		'outer': ['Cm042oout', 'Cm042oover'],
		'inner': ['Cm042iout', 'Cm042iover']
	}
}
]



