/* Tigra Menu GOLD template structure */
var MENU_TPL = [
{
    'css' : {
        'table' : 'm0table',
        'inner' : ['m0mouti', 'm0moveri', 'm0mdowni'],
        'outer' : ['m0mouto', 'm0movero', 'm0mdowno']
    },
    'reverse':false,
    'pixel':'/tigra_g/pixel.gif'
},
{   
    /* This overrides autowidth for menu level 1 (refuses to make it smaller than predef cell height!!) */
    /* 'height' : 10, */
    /* 'width' : 100, */
    /* 'width' : 'auto', */
    /* 'width' : '20%', */
    /* 'opacity' : 70 */
},
{   
    'vertical':false,
    'reverse':false
}

];
