* {     padding: 0;     border: 0;     margin: 0; } 
body {     font: 100% "Verdana";     background-color: #444;     color: #FFF; } 
#menu {     position: absolute;     top: 0;     margin: 40px; } 
#menu dl {     margin: 0 2px;     float: left;     border: 1px solid #000;     width: 166px;     text-indent: 10px; } 
#menu dl dt {     font-weight: bold;     font-size: .9em;     line-height: 1.3em;     background-color: #555;     color: #DDD; } 
#menu dl dd {     border-top: 1px solid #000; } 
#menu dl dd ul {     list-style-type: none;     border-top: 0;     line-height: 1.5em; } 
#menu dl dt a {     background-color: #555;     color: #DDD;     text-decoration: none;     display: block;     width: 166px;     height: 1.3em;     cursor: default; } 
#menu dl dd ul li {     font-weight: normal;     font-size: .7em;     line-height: 1.5em; } 
#menu dl dd ul li a {     width: 166px;     height: 1.5em;     text-decoration: none;     display: block;     background-color: #FFF;     color: #000;     text-indent: 10px;     cursor: pointer; } 
#menu dl dd ul li a:hover, 
#menu dl dd ul li a:focus {     background: #DDD; } 