dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu    { position: absolute; z-index: 1000; top: -51px; left: 0; width: 740px }
#menu dl  { margin: 0; float: left }
#menu dt   { text-align: center; cursor: pointer }
#menu dd  { border-style: none solid solid; border-width: 1px; border-color: #808080 }
#menu li   { text-align: center }
ul  { background-color: #fff; margin-top: 0 }
