/* Tigra Menu template structure */
/*ATCO Travel only*/
var MENU_TPL = [
	{
		'width': 143,
		'height': 12,
		'left': 0,
		'min-width':150,
		'top': 23,
		'hide_delay': 200,
		'expd_delay': 200,
		'css': {
			'inner': 'TM0i0',
			'outer': ['TM0o0','TM0o1']
		},
		'block_left': null,
		'block_top': null
	},
	
	
	{
		    /* Change the NavSubMenuArrowPos value in Webconfig if you change the submenu width here */
			'width': 175,
			'block_left': 145,
			'block_top': 5,
			'left': 0,
			'top': 21,
			'css': {
				'inner': 'TM0i0',
				'outer': ['TM1o0','TM1o1']
			}
		},
		{
			'block_left': 182,
			'block_top': 5,
			'width': 175,
			'height': 1200
		},
		
		{
			 'width': 280,
			 'block_left': 182,
			'block_top': 5
	}
];
