/*
  --- 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
	'height': 20, // top-level-menu height (edit to change height) dw
	'width': 130, // top-level-menu width (edit to change width) dw
	// 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': 154, //top menu position (edit for over all position) dw
	'block_left': 244, //top menu position (edit for over all position) dw
	// offsets between items of the same level
	'top': 24, // use to create a stair step of top level menu items dw
	'left': 0, // changes horisontal distance between top level menu items (must also adjust width) dw
	// time in milliseconds before menu is hidden after cursor has gone out
	// of any items
	'hide_delay': 1000,
	'expd_delay': 0,
	'css' : {
		'outer': ['m0l0oout', 'm0l0oover'],
		'inner': ['m0l0iout', 'm0l0iover']
	}
},
{
	'height': 20,
	'width': 199, //sub-menu widths (edit for width of sub-menu boxes) dw
	'block_top': 0, // vertical offset from top level to sub level menus (edit to change) dw
	'block_left': 139, // horizontal offset from top level to sub level menus (edit to change) dw
	'top': 20, // stacking of sub menu items (edit but too much space will turn off menu) dw
	'left': 0, // creates a stair step down of sub menus (edit to change) dw
	'css': {
		'outer' : ['m0l1oout', 'm0l1oover'],
		'inner' : ['m0l1iout', 'm0l1iover']
	}
},
{
	'block_top': 0, // vertical offset of side by side submenu rollouts (edit to change) dw
	'block_left': 199, // horizontal offset of side by side submenu rollouts (edit to change) dw
	'css': {
		'outer': ['m0l2oout', 'm0l2oover'],
		'inner': ['m0l1iout', 'm0l2iover']
	}
}
]
