   display: block;
     list-style: none;
     margin: 0;
     padding: 0;
}
dl {
     padding: 0px 0px;
     background-color: #1f1f1f;
     border: 1px double #000000;
}
dt {
     font-family: verdana;
     font-size: 9 pt;
     width: 120px;
     height: 35px;
     padding: 2px 4px;
     background-color: #333333;
     text-align: left;
     border-right: 0px solid #1f1f1f;
     margin-top: 1px;
}
dl a:link, dl a:visited {
     display: block;
     width: 120px;
     height: 35px;
     text-decoration: none;
     padding: 3px;
     font-weight: bold;
     background-color: #000000;
     color: #def;
     border-left: 10px solid #1f1f1f;
}
dl a:hover {
     width: 100px;
     height: 35px;
     background-color: #333333;
     color: #ffffff;
     border-left: 5px solid #009900;
}

