// This is just the moving command for the example.   *** DELETE ME ***
moveRoot = new Function('with(menu[0][0].ref) left = ((parseInt(left) < 100) ? 100 : 5);');

<!-- *** IMPORTANT STYLESHEET SECTION - Change the border classes and text colours *** -->
<!-- Cut and paste this into your sitewide CSS file if you want - extra portability! -->
<!-- Or perhaps try using document.write() to create this in the script -->
<!-- Be inventive: text-align, etc, can often come in useful. Be sure to test in NS4! -->

<style>
<!--

.itemBorder { border: 1px solid white }
.itemText { text-decoration: none; color: #FEFCED; font:  Bold 11px Arial, Helvetica }

.crazyBorder { border: 1px outset #9999CC }
.crazyText { text-decoration: none; color: #FFCC99; font: Bold 12px Arial, Helvetica }
-->
</style>
