Hi,
for this you can use some navigation web part which display nodes. Now to display title of parent you can use Content before property, where you can place macro:
1. Example A
You have structure:
/About
/About/about-car
{(0)%nodelevel|(equals)1|(truevalue){(1)%nodename%(1)}|(falsevalue){(2)%cmscontext.currentdocumentparent.nodename%(2)}%(0)}
The macro displays node name if you are on the first level document (About) and node name of parent if you are on the second level document (Management Team).
For example this macro will not work if your menu web part will be inserted in the root template.
2. Example B
In case you have more complex menu structure you can write a
custom macroThen you can find inspiration in the following thread:
http://devnet.kentico.com/Forums.aspx?forumid=45&threadid=22077The syntax is a little different in 6.0 version, but if you check the first link, I am sure you will see differences.
Best regards,
Ivana Tomanickova