/* Tigra Menu template structure */
var MENU_TPL_CURRENT_TOP = [
	{
		'pixel':'http://www.obchurch.org/menu_files/pixel.gif',
		'width': 237,
		'height': 24,
		// offsets between items of the same level
		'top': 0,
		'left': 131,
		'hide_delay': 200,
		'expd_delay': 200,
		'vertical': false,
		'table': [0,1,0],
		'css': {
			'table': 'TM0t0_1',
			'outer': ['TM0o0_1','TM0o1_1'],
			'inner': 'TM0i0_1'
		}
	},
	{
		'width': 237,
		'height': 22,
		'block_left': 0,
		'vertical': true,
		'css': {
			'table': 'TM0t0_1',
			'outer': ['TM1o0_1','TM1o1_1'],
			'inner': 'TM0i0_1'
		}
	}
];

