/* Tigra Menu template structure */
var MENU_TPL = [
	{
		'width': 81,		// has to do with width of colored space with each menu item '91'
		'height': 24,		// height of the menu bar
		'left': 80,			// width of menu item '90'
		'top': 0,
		'hide_delay': 200,
		'expd_delay': 200,
		'css': {
			'inner': 'TM0i0',
			'outer': ['TM0o0','TM0o1']
		},
		'block_left': 8,	// absolute position from left of screen
		'block_top': 95		// absolute position from top of screen
	},
	{
		'width': 150,		// width of secondary menu
		'block_left': 0,	// secondary menu offset from left
		'block_top': 24,	// secondary menu offset from top - should be equal to 'height' above.
		'left': 0,			// starting offset from beginning of previous menu item (stair case if > 0)
		'top': 23,			// starting offset from top of previous menu item (should be about the same as 'height')
		'css': {
			'inner': 'TM0i0',
			'outer': ['TM1o0','TM1o1']
		}
	}
];

