Hi,
It already has a class you can use:
.childpagesitemapmodule { }
If you want to style it differently on different pages then you can add a class to the body element from page settings and use a selector like this:
.yourbodyclass .childpagesitemapmodule { }
So a custom class is not really needed there.
Hope that helps,
Joe