#navlist li{display: inline;/* for IE5 and IE6 */}#navlist{ width: 120px;/* to display the list horizontaly */font-family: helvetica, sans-serif; margin: 0; padding: 0; border-top-color: #000;b;border-right-color: #000;b;border-left-color: #000; order-right-style: solid; order-top-style: solid; }#navlist a{ width: 127px;/* extend the sensible area to the maximum with IE5 */display: block; text-align: left; text-decoration: none; color: #e0dbd5; font-size: 10pt; font-family: helvetica; line-height: 24px; text-indent: 5pt; vertical-align: middle; height: 24px; border-bottom-color: #000; }#navlist a:hover { color: black; background-color: #e0dbd5; }