Next question from me

How can i sort my categories in Cataloger display ? I have something like this in pages:
1.Catalog
- -1.Cat1
- - - Sub Cat 1
- - - Sub Cat 2
--2.Cat2
--3.Cat3
--4.Cat4
- - - Sub Cat 1
- - - Sub Cat 2
--5.Cat5
etc.
And i use Category-CSS-based template for Catalog. So my categories on site look like this (inline):
Cat1 Sub Cat 1 Sub Cat2
Cat2 Cat3 Cat4
Sub Cat 1 Sub Cat 2 Cat5
What should i change to make them look like this, so the sub categories would 'stick' to main Category:
Cat1 Cat2 Cat3
Sub Cat1
Sub Cat2
---------------------------------------------
Cat4 Cat5
Sub Cat1
Sub Cat2
---------------------------------------------
I've searched forums, but didnt found anything that could help me

thanks for help and sorry for my poor english.