Yes, sorry, - getting there now...

PHP Code:
<?php
$_SESSION
['category_tree']->build_deepest_level_children() ;
$_SESSION['category_tree']->retrieve_cpath() ;
$content .= $_SESSION['category_tree']->build_category_string('ul''li'''02); 
?>
It's still not doing what I want, but I think this is how it should be.