// {{{ 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', 'about us',
        'contentsHover', 'about us',
        'uri', '#',
        'target', '_self',
        'statusText', '',
        1, new Hash(
            'contents', 'our history',
            'uri', 'history.html',
            'statusText', ''
        ),
       	2, new Hash(
	            'contents', 'mission',
	            'uri', 'mission.html',
	            'statusText', ''
	        ),
        3, new Hash(
            'contents', 'strategy',
            'uri', 'strategy.html',
            'statusText', ''
		),
        4, new Hash(
            'contents', 'work philosophy',
            'uri', 'philosophy.html',
            'statusText', ''
        )),
    2, new Hash(
        'contents', 'destinations of pleasure',
        'contentsHover', 'destinations of pleasure',
        'uri', '#',
        'statusText', '',
        1, new Hash(
            'contents', 'destinations',
            'uri', 'destinations.html',
            'statusText', ''
        ),
        2, new Hash(
            'contents', 'clients',
            'uri', 'clients.html',
            'statusText', ''
        )),
    3, new Hash(
        'contents', 'products',
        'contentsHover', 'products',
        'uri', '#',
        'statusText', '',
        1, new Hash(
            'contents', 'cheese',
            'uri', 'cheese.html',
            'statusText', ''
        ),
        2, new Hash(
            'contents', 'sausage',
            'uri', 'sausage.html',
            'statusText', ''
        ),
        3, new Hash(
            'contents', 'jam & honey',
            'uri', 'jams.html',
            'statusText', ''
		),
        4, new Hash(
            'contents', 'olive oil',
            'uri', 'olive.html',
            'statusText', ''			
		)),
    4, new Hash(
        'contents', 'contacts',
        'contentsHover', 'contacts',
        'uri', 'contacts.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'));

// }}}

