/*
  --- 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_POS = [
{

// 	item sizes

'width': 168,
'height': 20,

// 	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


// 	offsets between items of the same level - Space between main menu items.

'left': 200,
'top': 0,

'block_left': 10,
'block_top': 10,



// 	time in milliseconds before menu is hidden after cursor has gone out
// 	of any items

'hide_delay': 200,
'expd_delay': 200,

'css' : {
	'inner': 'TM0i0',
	'outer': ['TM0o0','TM0o1']
	},

//	Starting Position of Menu - Location on page

'block_left': 80,
'block_top': 40

},
{
//	Submenu stuff
//  	Height Width - duh
//  	blocktop - starting location
//  	top - spacing between

'height': 20,
'width': 168,
'block_top': 37,
'block_left': 0,
'top': 38,
'left': 0,

'css': {
	'inner': 'TM0i0',
	'outer': ['TM1o0','TM1o1']
	}
}
]
