dl, dt, ds, dd, ul, li { margin: 0; padding: 0; list-style-type: none; } #menu { width: 200; } #menu dt { cursor: pointer; background: #b0d5ff; height: 20px; line-height: 20px; margin: 2px 0; border: 1px solid #4183cd; text-align: left; vertical-align: middle; font-weight: bold; } #menu dt.s { background: #caffc0; border: 1px solid #4fa900; vertical-align: middle; } #menu dd { position: absolute; z-index: 200; left: 180; margin-top: -1.4em; width: 200; background: #b0d5ff; border: 1px solid #4183cd; } #menu dd.s { background: #caffc0; border: 1px solid #4fa900; } #menu ul { padding: 2px; } #menu li { text-align: center; font-size: 85%; height: 18px; line-height: 18px; } #menu li a, #menu dt a { color: #000; text-decoration: none; display: block; } #menu li a:hover { text-decoration: underline; } #mentions { font-family: verdana, arial, sans-serif; position: absolute; bottom : 200px; left : 10px; color: #000; background-color: #ddd; } #mentions a {text-decoration: none; color: #222; } #mentions a:hover{text-decoration: underline; }