				<nav class="sitemap">
            		<p class="title4"><?= $this->translate('#sitemap#')?></p>
            		
            		<div class="contentroot">
            		<p class="title5"><?= $this->navigation()->findOneBy('ref', 'content_root')->label?></p>
            		<?php 
            		echo $this->menus(
						array( 'property' => 'ref', 'value' => 'content_root' ),
						array( 	'maxDepth' => 3,'minDepth' => 0, 
								'renderParents' => true,'renderInvisible'=>false , 
								'escape' => false,'role'=>'Anonymous',
								'ulClass' => 'sitemap', 'indent'=>3
						)
					); ?>
            		</div>
					<div class="utilsroot">
            		<p class="title5"><?= $this->navigation()->findOneBy('ref', 'utils_root')->label?></p>
					<?php 
					echo $this->menus(
						array( 'property' => 'ref', 'value' => 'utils_root' ),
						array( 	'maxDepth' => 3,'minDepth' => 0, 
								'renderParents' => true,'renderInvisible'=>false , 
								'escape' => false,'role'=>'Anonymous',
								'ulClass' => 'sitemap', 'indent'=>3
						)
					); ?>
            		</div>
					<div class="clearfix"></div>
				</nav>