// level scope settins structure
var MENU_TPL5 = [
// root level configuration (level 0)
{
	// item sizes
	'height': 24,
	'width': 115,
	// absolute position of the menu on the page (in pixels)
	// with centered content use Tigra Menu PRO or Tigra Menu GOLD
	'block_top':  12,
	'block_left': 30,
	// offsets between items of the same level (in pixels)
	'top':  0,
	'left': 116,
	// 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']
	}
}
];

