/* Tigra Menu template structure */

var MENU_TPL_RESOURCES_BOTTOM = [
	{
		'pixel':'http://www.obchurch.org/menu_files/pixel.gif',
		'width': 100,
		'height': 22,
		// 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',
			'outer': ['TM0o1','TM0o0'],
			'inner': 'TM0i0'
		}
	},
	{
		'width': 150,
		'height': 22,
		'vertical': true,
		'css': {
			'table': 'TM0t0',
			'outer': ['TM1o0','TM1o1'],
			'inner': 'TM0i0'
		}
	}
];
