I just saw this on a post that somebody else wrote for another MOD. If you want to show your site map using the same ORDERING that you set for your categories, you need to edit the script includes/categories.php:
Find:
Code:
usort($all_categories, "func_categories_sort");
Now comment it out!
Code:
// usort($all_categories, "func_categories_sort");
That's all! (Thank you gabriela).