// {{{ compatibility

Hash.prototype.setItem = Hash.prototype.set;
Hash.prototype.getItem = Hash.prototype.get;
domMenu_Hash = Hash;

// }}}
// {{{ domMenu_main: data

domMenu_data.set('domMenu_main', new Hash(
    1, new Hash(
        'contents', 'apresentação',
        'contentsHover', 'apresentação',
        'uri', '#',
        'target', '_self',
        'statusText', '',
        1, new Hash(
            'contents', 'A nossa origem',
            'uri', 'origem.html',
            'statusText', ''
        ),
       	2, new Hash(
	            'contents', 'Missão',
	            'uri', 'missao.html',
	            'statusText', ''
	        ),
        3, new Hash(
            'contents', 'Estratégia',
            'uri', 'estrategia.html',
            'statusText', ''
		),
        4, new Hash(
            'contents', 'Filosofia de Trabalho',
            'uri', 'filosofia.html',
            'statusText', ''
        )),
    2, new Hash(
        'contents', 'destinos do prazer',
        'contentsHover', 'destinos do prazer',
        'uri', '#',
        'statusText', '',
        1, new Hash(
            'contents', 'Destinos',
            'uri', 'destinos.html',
            'statusText', ''
        ),
        2, new Hash(
            'contents', 'Clientes',
            'uri', 'clientes.html',
            'statusText', ''
        )),
    3, new Hash(
        'contents', 'produtos',
        'contentsHover', 'produtos',
        'uri', '#',
        'statusText', '',
        1, new Hash(
            'contents', 'Queijos',
            'uri', 'queijos.html',
            'statusText', ''
        ),
        2, new Hash(
            'contents', 'Enchidos',
            'uri', 'enchidos.html',
            'statusText', ''
        ),
        3, new Hash(
            'contents', 'Compotas & Mel',
            'uri', 'compotas.html',
            'statusText', ''
		),
        4, new Hash(
            'contents', 'Azeite',
            'uri', 'azeite.html',
            'statusText', ''			
		)),
    4, new Hash(
        'contents', 'contactos',
        'contentsHover', 'contactos',
        'uri', 'contactos.html',
        'statusText', ''
)
));

// }}}
// {{{ domMenu_main: settings

domMenu_settings.set('domMenu_main', new Hash(
    'subMenuWidthCorrection', 0,
    'verticalSubMenuOffsetX', 0,
    'verticalSubMenuOffsetY', 0,
    'horizontalSubMenuOffsetX', domLib_isOpera ? 0 : 1,
    'horizontalSubMenuOffsetY', domLib_isOpera ? -1 : 0,
    'openMouseoverMenuDelay', 0,
    'closeMouseoutMenuDelay', 150,
    'expandMenuArrowUrl', '',
    'baseUri', 'http://www.paladaresdaorigem.com',
//	'menuBarWidth', 'auto',
	'distributeSpace','true',
//	'subMenuMinWidth','auto',
	'axis','horizontal'));

// }}}

