/* Tigra Menu template structure */



var MENU_TPL = [
	{
		'width': 91, /* was 99 */
		'height': 22,
		'hide_delay': 200,
		'expd_delay': 100,
		'opacity': 100,
		'vertical': false,
		'table': [0,1,0],
		'pixel':'http://raleighlittletheatre.org/design/menu_files_30/pixel.gif',
		'css': {
			'table': 'TM0t0',
			'outer': ['TM0o0','TM0o1'],
			'inner': 'TM0i0'
		}
	},
	{
		'width': 'auto',
		'height': 14, /* if I leave this at 22 then IE displays 30px height - not sure why */
		'block_left': 0,
		'block_top': 0, /* was 22 */
		'vertical': true,
		'pixel':'http://raleighlittletheatre.org/design/menu_files_30/pixel.gif',
		'css': {
			'table': 'TM0t0',
			'outer': ['TM0o0','TM0o1'],
			'inner': 'TM2i0'
		}
	},
	{
		'width': 'auto', /* was 180 */
		'height': 14,	
		'block_left': -2, /* was 120 */
		'block_top': 10,
		'vertical': true,
		'pixel':'http://raleighlittletheatre.org/design/menu_files_30/pixel.gif',
		'css': {
			'table': 'TM0t0',
			'outer': ['TM0o0','TM0o1'],
			'inner': 'TM2i0'
		}
	}
];
