ie7-js - Google Code
Haven’t tested this yet, but it would be real cool if it worked well
Managing Hierarchical Data in MySQL
Interesting way of using nested sets to represent hierarchical data in a database, and reduce the number of self joins needed to display the full tree. [via mysql.com]