/* Tigra Menu template structure */
// CHANGED lines below in April 13, 2008, egc.
//		'left': 99, to 0
//		'block_left': 133, to 0,
//		'height': 32, to 0, // 

var MENU_TPL = [
	{
		'width'		: 103,/* Menu buttons width was 110 [EGC 7/6/2008] */
		'height'	: 32,/* Menu buttons height was 32 [EGC 7/6/2008] */
		'left'		: 106,/* Menu buttons left-edge-to-left-edge distance was 105 [EGC 6/17/2009] */
		'top'		: 0,/* Menu buttons top-edge-to-top-edge distance was 0 [EGC 7/6/2008] */
		'hide_delay': 50,/* Menu buttons hide-delay was 100 [EGC 7/6/2008] */
		'expd_delay': 50,/* Menu buttons expansion-delay was 100 [EGC 7/6/2008] */
		'css'		: {
		'inner'		: 'TM0i0',
		'outer'		: ['TM0o0','TM0o1']},
		'block_left': 10,/* Block_left was 133 [EGC 4/13/2008] and 12 [EGC 7/6/2008] */
		'block_top'	: 115},/* Block_top was 118.5 [EGC 7/6/2008];  120 [EGC 6/17/2009]*/
	{
		'width'		: 104,/* Child Menu buttons width was 100 [EGC 7/6/2008]. NOTE Difference: Child menu text within 1st half of the width in Firefox, while it's centered withing the total width for IE.  */
		'height'	: 32,/* Child Menu buttons width was 32 [EGC 7/6/2008].*/
		'block_left': 0,/* Child Menu buttons block_left was 0 [EGC 7/6/2008]. This is the distance between the parent-menu button left-edge to the child-menu button block left-edge */
		'block_top'	: 32,/* Child Menu buttons block_top was 32 [EGC 7/6/2008]. This is the distance between the parent-menu button top-edge to the child-menu button block top-edge */
		'left'		: 0,/* Child Menu buttons left was 0 [EGC 7/6/2008]. This is the child buttons left-edge-to-left-edge distance. If > 0, they look like a stairwell. */
		'top'		: 32,/* Child Menu buttons top was 32 [EGC 7/6/2008]. This is the child buttons top-edge-to-top-edge distance.If > button height, a gap (of the difference of the two) will be between buttons  */
		'css'		: {
		'inner'		: 'TM0i0',
		'outer'		: ['TM1o0','TM1o1']}}];
