Quote Originally Posted by crinolina View Post

http://lifeconstruct.freehostia.com


div#dropMenu ul ul {position: absolute; width: 8em;display: none;}
div#dropMenu ul ul li {border-bottom: 1px solid #CCC; width:8em;z-index:1000;}
div#dropMenu ul.level8{top: 0; left: 12em; background:#4f4f4f}
You have two '8em' and one '12em' in the above lines.

Make them all them same (8 or 12). I use 12em.

Let us know how you get on.

Craig