<?php
foreach ($Array as $id => $section) {
$activeMainSection = (stripos($arParams['CUR_DIR'], $section['SECTION_PAGE_URL']) !== false);
?>
<div class="<?php if ($activeMainSection == $id) { ?> active<?php } ?>">
пункт меню <?php echo $id; ?>
</div>
<?php } ?>