Guess I was on the right track just didn't know about the ItemID that needed to get specified so the style was applied...
Okay, so I have examples of that.  When I use those examples, It is not behaving the way I would think it would be have...
_TopLevelItem definition is what...To me this would mean that if I set the style for this to show a "folder image" and I had the following structure:
Expectation
    
        Code: 
        
        
Corporate Dept  <----toplevel folder icon
    Human Resources <----toplevel folder icon
        Forms <----default no image
        Files <----default no image
    Accounting <----default no image
    Information Technology <----default no image
    Training <----default no image
Policies and Procedures <----toplevel folder icon
    Privacy Policies <----default no image
    Construction Procedures <----default no image
Help Request <----default no image
     <<<no nodes underneath this>>
     
 
To me it means that Corporate Dept, Policies and Procedures should have a folder icon because it is a top level item that has children underneath it.
And Human Resources should have the folder icon becuase it is a top level item becuase it has children underneath it.
Help request should take on the default styling becuase it is NOT top level item becuase it does NOT have children underneath it....
I put what I expected besides each one above..
However, I do not get that result.  below I marked what I get...
Actual Results
    
        Code: 
        
        
Corporate Dept  <----toplevel folder icon
    Human Resources <----default no image (changed from above)
        Forms <----default no image
        Files <----default no image
    Accounting <----default no image
    Information Technology <----default no image
    Training <----default no image
Policies and Procedures <----toplevel folder icon
    Privacy Policies <----default no image
    Construction Procedures <----default no image
Help Request  <----toplevel folder icon (changed from above)
     <<<no nodes underneath this>>
     
 
Could you explain what I am missing...I have also set the _topGroup the same as toplevel but it doesn't seem to matter I get the same results...
Many thanks,
Angela
PS One suggestion is to put search capability in with the help documentation....  In order for me to find out information on how stuff works I have to literally go in and out of areas to try and find it... where searching for it would be much easier and give me a way to research what I am looking for with out having to always bother you or spend alot of time searching by hand for that which I am looking for...