/*
 * $Id: topBarTemplate.js,v 1.2 2007/03/30 19:51:44 tcouch Exp $
 *
 * Tigra Menu template for GCI
 */
var TOP_BAR_TPL = [
    {
        'width': '',
        'height': 18,
        'left': 120,                 /* spacing between the items*/
        'top': 0,                   /* y coordinate of the top corner of next base menu item*/
        'hide_delay': 150,
        'expd_delay': 150,
        'css': {
            'inner': 'topText',
            'outer': ['topLayoutLevel0','topLayoutLevel0Hover']
        },
        'block_left': 50,            /* x-coord of whole menu placement. */
        'block_top': 66            /* y-coord of whole menu placement. */
    },
    {
        'width': 190,
        'height': 20,
        'block_left': 0,
        'block_top': 19,
        'left': 0,
        'top': 20,
        'css': {
            'inner': 'topText',
            'outer': ['topLayoutLevel1Plus','topLayoutLevel1PlusHover']
        }
    },
];
