Could the menu have an sortorder (navigation.xml) ?
- none (default)
- ascending
- descending
Maybye

Thx
<project name="Systementwicklung">
<title>Systementwicklung</title>
<body>
<menu name="Projects" order="ascending">
<item name="Example" href="example.html" />
<item name="Shared" href="shared/index.html" />
<item name="Alpha" href="alpha.html" />
</menu>
</body>
</project>