// level scope settins structure
var MENU_TPL = [
// root level configuration (level 0)
{
	// item sizes
	'height': 22,
	'width': 113,
	// absolute position of the menu on the page (in pixels)
	// with centered content use Tigra Menu PRO or Tigra Menu GOLD
	'block_top':  86,
	'block_left': 0,
	// offsets between items of the same level (in pixels)
	'top':  0,
	'left': 131,
	// 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': 22,
	'width': 170,
	// position of the submenu relative to top left corner of the parent item
	'block_top': 25,
	'block_left': 0,
	'top': 22,
	'left': 0,
	'css' : {
		'outer' : ['m0l1oout', 'm0l1oover'],
		'inner' : ['m0l1iout', 'm0l1iover']
	}
},
// sub-sub-menus configuration (level 2)
{
	'block_top': 5,
	'block_left': 160
}
// the depth of the menu is not limited
// make sure there is no comma after the last element
];

var MENU_TPL1 = [
// root level configuration (level 0)
{
        // item sizes
        'height': 22,
        'width': 113,
        // absolute position of the menu on the page (in pixels)
        // with centered content use Tigra Menu PRO or Tigra Menu GOLD
        'block_top':  86,
        'block_left': 113,
        // offsets between items of the same level (in pixels)
        'top':  0,
        'left': 131,
        // 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' : ['m0l0oout1', 'm0l0oover1'],
                'inner' : ['m0l0iout1', 'm0l0iover1']
        }
},
// sub-menus configuration (level 1)
// any omitted parameters are inherited from parent level
{
        'height': 22,
        'width': 170,
        // position of the submenu relative to top left corner of the parent item
        'block_top': 25,
        'block_left': 0,
        'top': 23,
        'left': 0,
        'css' : {
                'outer' : ['m0l1oout1', 'm0l1oover1'],
                'inner' : ['m0l1iout1', 'm0l1iover1']
        }
},
// sub-sub-menus configuration (level 2)
{
        'block_top': 5,
        'block_left': 160
}
// the depth of the menu is not limited
// make sure there is no comma after the last element
];

var MENU_TPL2 = [
// root level configuration (level 0)
{
        // item sizes
        'height': 22,
        'width': 113,
        // absolute position of the menu on the page (in pixels)
        // with centered content use Tigra Menu PRO or Tigra Menu GOLD
        'block_top':  86,
        'block_left': 226,
        // offsets between items of the same level (in pixels)
        'top':  0,
        'left': 131,
        // 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' : ['m0l0oout2', 'm0l0oover2'],
                'inner' : ['m0l0iout2', 'm0l0iover2']
        }
},
// sub-menus configuration (level 1)
// any omitted parameters are inherited from parent level
{
        'height': 22,
        'width': 170,
        // position of the submenu relative to top left corner of the parent item
        'block_top': 25,
        'block_left': 0,
        'top': 23,
        'left': 0,
        'css' : {
                'outer' : ['m0l1oout2', 'm0l1oover2'],
                'inner' : ['m0l1iout2', 'm0l1iover2']
        }
},
// sub-sub-menus configuration (level 2)
{
        'block_top': 5,
        'block_left': 160
}
// the depth of the menu is not limited
// make sure there is no comma after the last element
];

var MENU_TPL3 = [
// root level configuration (level 0)
{
        // item sizes
        'height': 22,
        'width': 113,
        // absolute position of the menu on the page (in pixels)
        // with centered content use Tigra Menu PRO or Tigra Menu GOLD
        'block_top':  86,
        'block_left': 339,
        // offsets between items of the same level (in pixels)
        'top':  0,
        'left': 131,
        // 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' : ['m0l0oout3', 'm0l0oover3'],
                'inner' : ['m0l0iout3', 'm0l0iover3']
        }
},
// sub-menus configuration (level 1)
// any omitted parameters are inherited from parent level
{
        'height': 22,
        'width': 170,
        // position of the submenu relative to top left corner of the parent item
        'block_top': 25,
        'block_left': 0,
        'top': 23,
        'left': 0,
        'css' : {
                'outer' : ['m0l1oout3', 'm0l1oover3'],
                'inner' : ['m0l1iout3', 'm0l1iover3']
        }
},
// sub-sub-menus configuration (level 2)
{
        'block_top': 5,
        'block_left': 160
}
// the depth of the menu is not limited
// make sure there is no comma after the last element
];

var MENU_TPL4 = [
// root level configuration (level 0)
{
        // item sizes
        'height': 22,
        'width': 113,
        // absolute position of the menu on the page (in pixels)
        // with centered content use Tigra Menu PRO or Tigra Menu GOLD
        'block_top':  86,
        'block_left': 452,
        // offsets between items of the same level (in pixels)
        'top':  0,
        'left': 131,
        // 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' : ['m0l0oout4', 'm0l0oover4'],
                'inner' : ['m0l0iout4', 'm0l0iover4']
        }
},
// sub-menus configuration (level 1)
// any omitted parameters are inherited from parent level
{
        'height': 22,
        'width': 170,
        // position of the submenu relative to top left corner of the parent item
        'block_top': 25,
        'block_left': 0,
        'top': 23,
        'left': 0,
        'css' : {
                'outer' : ['m0l1oout4', 'm0l1oover4'],
                'inner' : ['m0l1iout4', 'm0l1iover4']
        }
},
// sub-sub-menus configuration (level 2)
{
        'block_top': 5,
        'block_left': 160
}
// the depth of the menu is not limited
// make sure there is no comma after the last element
];

var MENU_TPL5 = [
// root level configuration (level 0)
{
        // item sizes
        'height': 22,
        'width': 113,
        // absolute position of the menu on the page (in pixels)
        // with centered content use Tigra Menu PRO or Tigra Menu GOLD
        'block_top':  86,
        'block_left': 565,
        // offsets between items of the same level (in pixels)
        'top':  0,
        'left': 131,
        // 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' : ['m0l0oout5', 'm0l0oover5'],
                'inner' : ['m0l0iout5', 'm0l0iover5']
        }
},
// sub-menus configuration (level 1)
// any omitted parameters are inherited from parent level
{
        'height': 22,
        'width': 170,
        // position of the submenu relative to top left corner of the parent item
        'block_top': 25,
        'block_left': 0,
        'top': 23,
        'left': 0,
        'css' : {
                'outer' : ['m0l1oout5', 'm0l1oover5'],
                'inner' : ['m0l1iout5', 'm0l1iover5']
        }
},
// sub-sub-menus configuration (level 2)
{
        'block_top': 5,
        'block_left': 160
}
// the depth of the menu is not limited
// make sure there is no comma after the last element
];

var MENU_TPL6 = [
// root level configuration (level 0)
{
        // item sizes
        'height': 22,
        'width': 113,
        // absolute position of the menu on the page (in pixels)
        // with centered content use Tigra Menu PRO or Tigra Menu GOLD
        'block_top':  86,
        'block_left': 678,
        // offsets between items of the same level (in pixels)
        'top':  0,
        'left': 131,
        // 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' : ['m0l0oout6', 'm0l0oover6'],
                'inner' : ['m0l0iout6', 'm0l0iover6']
        }
},
// sub-menus configuration (level 1)
// any omitted parameters are inherited from parent level
{
        'height': 22,
        'width': 170,
        // position of the submenu relative to top left corner of the parent item
        'block_top': 25,
        'block_left': 0,
        'top': 23,
        'left': 0,
        'css' : {
                'outer' : ['m0l1oout6', 'm0l1oover6'],
                'inner' : ['m0l1iout6', 'm0l1iover6']
        }
},
// sub-sub-menus configuration (level 2)
{
        'block_top': 5,
        'block_left': 160
}
// the depth of the menu is not limited
// make sure there is no comma after the last element
];

var MENU_TPL7 = [
// root level configuration (level 0)
{
        // item sizes
        'height': 22,
        'width': 113,
        // absolute position of the menu on the page (in pixels)
        // with centered content use Tigra Menu PRO or Tigra Menu GOLD
        'block_top':  86,
        'block_left': 791,
        // offsets between items of the same level (in pixels)
        'top':  0,
        'left': 131,
        // 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' : ['m0l0oout7', 'm0l0oover7'],
                'inner' : ['m0l0iout7', 'm0l0iover7']
        }
},
// sub-menus configuration (level 1)
// any omitted parameters are inherited from parent level
{
        'height': 22,
        'width': 170,
        // position of the submenu relative to top left corner of the parent item
        'block_top': 25,
        'block_left': 0,
        'top': 23,
        'left': 0,
        'css' : {
                'outer' : ['m0l1oout7', 'm0l1oover7'],
                'inner' : ['m0l1iout7', 'm0l1iover7']
        }
},
// sub-sub-menus configuration (level 2)
{
        'block_top': 5,
        'block_left': 160
}
// the depth of the menu is not limited
// make sure there is no comma after the last element
];

var MENU_TPL8 = [
// root level configuration (level 0)
{
        // item sizes
        'height': 22,
        'width': 120,
        // absolute position of the menu on the page (in pixels)
        // with centered content use Tigra Menu PRO or Tigra Menu GOLD
        'block_top':  86,
        'block_left': 904,
        // offsets between items of the same level (in pixels)
        'top':  0,
        'left': 131,
        // 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' : ['m0l0oout8', 'm0l0oover8'],
                'inner' : ['m0l0iout8', 'm0l0iover8']
        }
},
// sub-menus configuration (level 1)
// any omitted parameters are inherited from parent level
{
        'height': 22,
        'width': 170,
        // position of the submenu relative to top left corner of the parent item
        'block_top': 25,
        'block_left': -68,
        'top': 23,
        'left': 0,
        'css' : {
                'outer' : ['m0l1oout8', 'm0l1oover8'],
                'inner' : ['m0l1iout8', 'm0l1iover8']
        }
},
// sub-sub-menus configuration (level 2)
{
        'block_top': 5,
        'block_left': 160
}
// the depth of the menu is not limited
// make sure there is no comma after the last element
];

var MENU_TPL9 = [
// root level configuration (level 0)
{
        // item sizes
        'height': 22,
        'width': 120,
        // absolute position of the menu on the page (in pixels)
        // with centered content use Tigra Menu PRO or Tigra Menu GOLD
        'block_top':  86,
        'block_left': 904,
        // offsets between items of the same level (in pixels)
        'top':  0,
        'left': 131,
        // 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' : ['m0l0oout9', 'm0l0oover9'],
                'inner' : ['m0l0iout9', 'm0l0iover9']
        }
},
// sub-menus configuration (level 1)
// any omitted parameters are inherited from parent level
{
        'height': 22,
        'width': 170,
        // position of the submenu relative to top left corner of the parent item
        'block_top': 25,
        'block_left': -68,
        'top': 23,
        'left': 0,
        'css' : {
                'outer' : ['m0l1oout9', 'm0l1oover9'],
                'inner' : ['m0l1iout9', 'm0l1iover9']
        }
},
// sub-sub-menus configuration (level 2)
{
        'block_top': 5,
        'block_left': 160
}
// the depth of the menu is not limited
// make sure there is no comma after the last element
];
