var MENU_TPL = [
        {
                'width': 170,
                'height': 29,
                'hide_delay': 900,
                'expd_delay': 200,
                'vertical': false,
                'table': [0,0,0],
                'css': {
                        'table': 'TM0t0',
                        'outer': ['TM0o0','TM0o1'],
                        'inner': 'TM0i0'
                }
        },
        {
                'width': 170,
                'height':29,
                'block_left': 0,
                'block_top': 29,
                'wise_pos'   : 0,
                'vertical': true,
                'css': {
                        'table': 'TM0t0t',
                        'outer': ['TM1o0','TM1o1'],
                        'inner': 'TM1i0'
                }
        },
        {
                'width': 170,
                'height':29,
                'block_left': 170,
                'block_top': 0,
                'wise_pos'   : 0,
                'vertical': true,
                'css': {
                        'table': 'TM0t0t',
                        'outer': ['TM1o0','TM1o1'],
                        'inner': 'TM1i0'
                }
        }
];

function wrap_root (text) {
	return [
	
'<div class="navigation-entry" style="background-color:#fec03b;"><div class="navigation-entry-inner">' + text + '</div></div>',
'<div class="navigation-entry" style="background-color:#fec03b;color:#94825d;"><div class="navigation-entry-inner">' + text + '</div></div>',
'<div class="navigation-entry" style="background-color:#fec03b;"><div class="navigation-entry-inner">' + text + '</div></div>'
	];
}

function wrap_root_selected (text) {
        return [
	
'<div class="navigation-entry" style="background-color:#fec03b;color:#94825d;"><div class="navigation-entry-inner">' + text + '</div></div>',
'<div class="navigation-entry" style="background-color:#fec03b;color:#94825d;"><div class="navigation-entry-inner">' + text + '</div></div>',
'<div class="navigation-entry" style="background-color:#fec03b;"><div class="navigation-entry-inner">' + text + '</div></div>'
	];
}

