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