
//!!!!!!!!!!!! if you change values here for root item 
// make sure you change if it setMyOwnPosition() Function!!!!!!!!1
////////////////////


// level scope settins structure
var MENU_TPL = [
// root level configuration (level 0)
{
	// item sizes
	'height': 30,
	'width': 132,
	// absolute position of the menu on the page (in pixels)
	// with centered content use Tigra Menu PRO or Tigra Menu GOLD
	'block_top':  0,
	'block_left': -10,
	// offsets between items of the same level (in pixels)
	'top':  0,
	'left': 120,	
	// time delay before menu is hidden after cursor left the menu (in milliseconds)
	'hide_delay': 200,
	// submenu expand delay after the rollover of the parent 
	'expd_delay': 200,
	// names of the CSS classes for the menu elements in different states
	// tag: [normal, hover, mousedown]
	'css' : {
		'outer' : ['m0l0oout', 'm0l0oover'],
		'inner' : ['m0l0iout', 'm0l0iover']
	}
},
// sub-menus configuration (level 1)
// any omitted parameters are inherited from parent level
{
	'height': 24,
	'width': 225,
	// position of the submenu relative to top left corner of the parent item
	'block_top': 31,
	'block_left': 10,
	'top': 24,
	'left': 0,
	'css' : {
		'outer' : ['m0l1oout', 'm0l1oover'],
		'inner' : ['m0l1iout', 'm0l1iover']
	}
}
];


var MENU_TPL_1 = [
// root level configuration (level 0)
{
	// item sizes
	'height': 30,
	'width': 112,
	// absolute position of the menu on the page (in pixels)
	// with centered content use Tigra Menu PRO or Tigra Menu GOLD
	'block_top':  0,	
	'block_left': 122,	//MENU_TPL.block_left + (MENU_TPL.width*num of MENU_TPL menu items) = -10+(132*1)
	// offsets between items of the same level (in pixels)
	'top':  0,
	'left': 130,
	// time delay before menu is hidden after cursor left the menu (in milliseconds)
	'hide_delay': 200,
	// submenu expand delay after the rollover of the parent 
	'expd_delay': 200,
	// names of the CSS classes for the menu elements in different states
	// tag: [normal, hover, mousedown]
	'css' : {
		'outer' : ['m0l0oout_1', 'm0l0oover_1'],
		'inner' : ['m0l0iout_1', 'm0l0iover_1']
	}
},
// sub-menus configuration (level 1)
// any omitted parameters are inherited from parent level
{
	'height': 24,
	'width': 220,
	// position of the submenu relative to top left corner of the parent item
	'block_top': 31,
	'block_left': 10,
	'top': 24,
	'left': 0,
	'css' : {
		'outer' : ['m0l1oout', 'm0l1oover'],
		'inner' : ['m0l1iout', 'm0l1iover']
	}
}
];


var MENU_TPL_2 = [
// root level configuration (level 0)
{
	// item sizes
	'height': 24,
	'width': 155,
	// absolute position of the menu on the page (in pixels)
	// with centered content use Tigra Menu PRO or Tigra Menu GOLD
	'block_top':  0,
	'block_left': 260,	//MENU_TPL_1.block_left + (MENU_TPL_1.width*num of MENU_TPL_1 menu items) = 137 + (+(127*1)
	
	// offsets between items of the same level (in pixels)
	'top':  0,
	'left': 150,
	// time delay before menu is hidden after cursor left the menu (in milliseconds)
	'hide_delay': 200,
	// submenu expand delay after the rollover of the parent 
	'expd_delay': 200,
	// names of the CSS classes for the menu elements in different states
	// tag: [normal, hover, mousedown]
	'css' : {
		'outer' : ['m0l0oout_2', 'm0l0oover_2'],
		'inner' : ['m0l0iout_2', 'm0l0iover_2']
	}
},
// sub-menus configuration (level 1)
// any omitted parameters are inherited from parent level
{
	'height': 24,
	'width': 220,
	// position of the submenu relative to top left corner of the parent item
	'block_top': 31,
	'block_left': 10,
	'top': 24,
	'left': 0,
	'css' : {
		'outer' : ['m0l1oout', 'm0l1oover'],
		'inner' : ['m0l1iout', 'm0l1iover']
	}
}
];


var MENU_TPL_3 = [
// root level configuration (level 0)
{
	// item sizes
	'height': 24,
	'width': 114,
	// absolute position of the menu on the page (in pixels)
	// with centered content use Tigra Menu PRO or Tigra Menu GOLD
	'block_top':  0,
	'block_left': 432,	//MENU_TPL_2.block_left + (MENU_TPL_2.width*num of MENU_TPL_2 menu items) = 264 + (+(157*1)
	
	// offsets between items of the same level (in pixels)
	'top':  0,
	'left': 165,
	// time delay before menu is hidden after cursor left the menu (in milliseconds)
	'hide_delay': 200,
	// submenu expand delay after the rollover of the parent 
	'expd_delay': 200,
	// names of the CSS classes for the menu elements in different states
	// tag: [normal, hover, mousedown]
	'css' : {
		'outer' : ['m0l0oout_3', 'm0l0oover_3'],
		'inner' : ['m0l0iout_3', 'm0l0iover_3']
	}
},
// sub-menus configuration (level 1)
// any omitted parameters are inherited from parent level
{
	'height': 24,
	'width': 220,
	// position of the submenu relative to top left corner of the parent item
	'block_top': 31,
	'block_left': 10,
	'top': 24,
	'left': 0,
	'css' : {
		'outer' : ['m0l1oout', 'm0l1oover'],
		'inner' : ['m0l1iout', 'm0l1iover']
	}
}
];


var MENU_TPL_4 = [
// root level configuration (level 0)
{
	// item sizes
	'height': 24,
	'width': 135,
	// absolute position of the menu on the page (in pixels)
	// with centered content use Tigra Menu PRO or Tigra Menu GOLD
	'block_top':  0,
	'block_left': 550,	//MENU_TPL_1.block_left + (MENU_TPL_3.width*num of MENU_TPL_3 menu items) = 421 + (+(137*1)
	
	// offsets between items of the same level (in pixels)
	'top':  0,
	'left': 145,
	// time delay before menu is hidden after cursor left the menu (in milliseconds)
	'hide_delay': 200,
	// submenu expand delay after the rollover of the parent 
	'expd_delay': 200,
	// names of the CSS classes for the menu elements in different states
	// tag: [normal, hover, mousedown]
	'css' : {
		'outer' : ['m0l0oout_4', 'm0l0oover_4'],
		'inner' : ['m0l0iout_4', 'm0l0iover_4']
	}
},
// sub-menus configuration (level 1)
// any omitted parameters are inherited from parent level
{
	'height': 24,
	'width': 230,
	// position of the submenu relative to top left corner of the parent item
	'block_top': 31,
	'block_left': 10,
	'top': 24,
	'left': 0,
	'css' : {
		'outer' : ['m0l1oout', 'm0l1oover'],
		'inner' : ['m0l1iout', 'm0l1iover']
	}
}
];
