 #menu      { background: #006556; position: absolute; z-index: 10; top: 200px; left: 50px; width: 80px }

#menu ul  { list-style: none; margin: 0; padding: 0; z-index: 10 }

#menu a, #menu h2     { color: #fff; font: 12px/17px "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; background-color: #006556; display: block; margin: 0; padding: 2px 3px; z-index: 10; border: solid 1px #006556 }

#menu h2   { color: #fff; font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; background: #006556; text-transform: uppercase; z-index: 10 }

#menu a   { color: #fff; text-decoration: none; background: #006556; z-index: 10 }

#menu a:hover   { color: #6c9; background: #093; z-index: 10 } 

 #menu li   { background-color: #006556; position: relative; z-index: 10 }

#menu ul ul ul  { position: absolute; z-index: 10; top: 0; left: 100%; width: 100% }

div#menu ul ul ul, div#menu ul ul li:hover ul ul  { display: none; z-index: 10 }

div#menu ul ul li:hover ul, div#menu ul ul ul li:hover ul  { display: block; z-index: 10 }
