var MENU_TPL = [
        {
                'width': 160,
                'height': 42,
                'hide_delay': 900,
                'expd_delay': 200,
                'vertical': false,
                'table': [0,0,0],
                'css': {
                        'table': 'TM0t0',
                        'outer': ['TM0o0','TM0o1'],
                        'inner': 'TM0i0'
                }
        },
        {
                'width': 160,
                'height':25,
                'block_left': 0,
                'block_top': 42,
                'wise_pos'   : 0,
                'vertical': true,
                'css': {
                        'table': 'TM0t0t',
                        'outer': ['TM1o0','TM1o1'],
                        'inner': 'TM1i0'
                }
        },
        {
                'width': 160,
                'height':25,
                'block_left': 160,
                '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="border-right:1px solid #04263f;border-left:1px solid #235b85"><div class="navigation-entry-inner">' + text + '</div></div>',
'<div class="navigation-entry" style="background-color:#009432;"><div class="navigation-entry-inner">' + text + '</div></div>',
'<div class="navigation-entry" style="background-color:#009432;"><div class="navigation-entry-inner">' + text + '</div></div>'
	];
}

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

