I read Dokumentation, but it not help me.
Equal what i change in the options nothing change.
$menu = $modules->get('MarkupMenuBuilder');
$options = array(
'has_children_class' => 'has_children',
'current_class' => 'current',
'menu_css_id' => 'main',
'menu_css_class' => 'nav',
);
echo $menu->render("MainLeft", $options);