// {{{ domMenu_main: data

domMenu_data.set('domMenu_main', new Hash(
    1, new Hash(
        'contents', 'Ideas In Form',
        'contentsHover', 'Ideas In Form',
        'uri', '/',
        'target', '_self',
        'statusText', 'Ideas In Form :: Home',
        1, new Hash(
            'contents', 'Home',
            'uri', '/',
            'target', '_self',
            'statusText', 'Ideas In Form :: Home'
        ),
        2, new Hash(
            'contents', 'About Us',
            'uri', '/html/about.html',
            'statusText', 'Ideas In Form :: About Us'
        ),
        3, new Hash(
            'contents', 'Web Standards',
            'uri', '/html/compliance.html',
            'statusText', 'Ideas In Form :: Web Standards')),


    2, new Hash(
        'contents', 'Services',
        'contentsHover', 'Services',
        'uri', '/html/services/',
        'statusText', 'Ideas In Form :: Services',
        1, new Hash(
            'contents', 'Web Site Design',
            'uri', '/html/services/webdesign.html',
            'statusText', 'Ideas In Form :: Web Site Design'
        ),
        2, new Hash(
            'contents', 'Content Management',
            'uri', '/html/services/cms.html',
            'statusText', 'Ideas In Form :: Content Management'
        ),
        3, new Hash(
            'contents', 'MySQL Database Design',
            'uri', '/html/services/mysql.html',
            'statusText', 'Ideas In Form :: MySQL Database Design'
        ),
        4, new Hash(
            'contents', 'Managed Services',
            'uri', '/html/services/managed.html',
            'statusText', 'Ideas In Form :: Managed Services'
        ),
        5, new Hash(
            'contents', 'Custom Solutions',
            'uri', '/html/services/custom.html',
            'statusText', 'Ideas In Form :: Custom Solutions'
        ),
        6, new Hash(
            'contents', 'Hosting',
            'uri', '/html/services/hosting.html',
            'statusText', 'Ideas In Form :: Hosting')),
    

    3, new Hash(
        'contents', 'Portfolio',
        'contentsHover', 'Portfolio',
        'uri', '/html/portfolio/',
        'statusText', 'Ideas In Form :: Portfolio',
        1, new Hash(
            'contents', 'Portfolio',
            'uri', '/html/portfolio/',
            'statusText', 'Ideas In Form :: Portfolio')),
        

    4, new Hash(
        'contents', 'Pricing',
        'contentsHover', 'Pricing',
        'uri', '/html/pricing/',
        'statusText', 'Ideas In Form :: Pricing',
        1, new Hash(
            'contents', 'Pricing',
            'uri', '/html/pricing/',
            'statusText', 'Ideas In Form :: Pricing')),


    5, new Hash(
        'contents', 'Contact Us',
        'contentsHover', 'Contact Us',
        'uri', '/html/contact.html',
        'statusText', 'Ideas In Form :: Contact Us',
        1, new Hash(
            'contents', 'Contact Us',
            'uri', '/html/contact.html',
            'statusText', 'Ideas In Form :: Contact Us'))

));

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

domMenu_settings.set('domMenu_main', new Hash(
    'subMenuWidthCorrection', -1,
    'verticalSubMenuOffsetX', -1,
    'verticalSubMenuOffsetY', -1,
    'openMouseoverMenuDelay', 300,
    'closeMouseoutMenuDelay', 300
));


