domMenu_data.set('domMenu_vertical', new Hash(
    4, new Hash(
        'contents', 'Presscenter',
        'uri', 'index.php?p=newsarchive&area=1',
        'target', '_self',
        'statusText', 'Presscenter'
        ),
    1, new Hash(
        'contents', 'Home',
        'uri', '/en/index.php',
		'target', '_self',
        'statusText', 'Home'        
    ),
    2, new Hash(
        'contents', 'Ruse Region',
        'uri', '',
        'statusText', 'Ruse Region',
        1, new Hash(
            'contents', 'About the region',
            'uri', '/en/index.php?area=1&p=static&page=about',
            'statusText', 'About the region'				
        ),
        2, new Hash(
            'contents', 'Investment profile',
            'uri', 'index.php?area=1&p=static&page=ivestment',
            'statusText', 'Investment profile'			
		),
		3, new Hash(
        'contents', 'Tourism',
        'uri', 'index.php?area=1&p=static&page=tourism',
        'statusText', 'Tourism')
    ),
    3, new Hash(
        'contents', 'Regional Governor',
        'uri', '',
        'statusText', 'Regional Governor',
		1, new Hash(
            'contents', 'Political cabinet',
            'uri', '',
            'statusText', 'Political cabinet',
			1, new Hash(
            'contents', 'Regional Governor',
            'uri', 'index.php?area=1&p=static&page=cv',
            'statusText', 'Regional Governor'),
			2, new Hash(
            'contents', 'Deputy Governors',
            'uri', 'index.php?area=1&p=static&page=deputy',
            'statusText', 'Deputy Governors')
        ),
		2, new Hash(
            'contents', 'Structure',
            'uri', 'index.php?area=1&p=static&page=structure',
            'statusText', 'Structure')
    ),
	5, new Hash(
        'contents', 'Links ',
        'uri', 'index.php?p=links',
        'statusText', 'Links '        
    ),
	6, new Hash(
            'contents', 'Map of Ruse Region',
            'uri', 'index.php?area=1&p=static&page=map',
            'statusText', 'Map of Ruse Region'
    ),
	7, new Hash(
            'contents', 'Guest Book',
            'uri', 'index.php?p=guestbook&area=1',
            'statusText', 'Guest Book'
    ),
	8, new Hash(
            'contents', 'Contacts',
            'uri', 'index.php?p=contact&area=1',
            'statusText', 'Contacts'
    )
));

domMenu_settings.set('domMenu_vertical', new Hash(
    'axis', 'vertical',
    'subMenuWidthCorrection', -1,
    'verticalSubMenuOffsetX', -1,
    'verticalSubMenuOffsetY', -1,
    'horizontalSubMenuOffsetX', 0,
    'horizontalSubMenuOffsetY', 0,
    'expandMenuArrowUrl', 'templates/standard/img/page/more.gif'
));