This PhP script implements a breadcrumbs menu (see example below), which should work out of the box with Wordpress.
The central bit of code is what I found to be useful from a comment over at php.net; the author did not name himself.
You can grab the script here.

To use it, just put that block of code into your Wordpress file where you want the menu to appear.
If you don’t use Wordpress but still want to use this, you may have to change REQUEST_URI at the start of the script to PHP_SELF. And then at the bottom, change wp_title() to be a function that gives the title of the current page.