
body {
  font-family: Verdana, arial, sans-serif;
}

dl, dt, dd, ul, li {
  list-style-type: none;
  margin-top: 0pt;
  margin-left: 0pt;
  margin-right: 0pt;
  margin-bottom: 0pt;
  padding-top: 0pt;
  padding-left: 0pt;
  padding-right: 0pt;
  padding-bottom: 0pt;
  text-align: left;
}

#menu {
  position: relative; /* Menu position that can be changed at will */
  top: 0;
  left: 0;
  width: 170px;
}

#menu dt {
  cursor: pointer;
  height: 16px;
  line-height: 16px;
  text-align: left;
  font-weight: bold;
  margin-top: 4px;
  margin-left: 0pt;
  margin-right: 0pt;
  margin-bottom: 4px;
  background-color: #999999;
  border-top: 0px gray solid;
  border-right: 0px gray solid;
  border-bottom: 0px gray solid;
  border-left: 0px gray solid;
}

#menu dd {
  background-color: #000000;
  border-top: 0px black solid;
  border-right: 0px black solid;
  border-bottom: 0px black solid;
  border-left: 0px black solid;
}

#menu li {
  text-align: left;
  background-color: black;
  height: 12px;
  padding-bottom: 02px;
  padding-top: 02px;
  margin-top: 0pt;
  margin-left: 0pt;
  margin-right: 0pt;
  margin-bottom: 0pt;
}

#menu li a, #menu dt a {
  color: #ffffff;
  text-decoration: none;
  display: block;
  height: 12px;
  border-top: 0px none;
  border-right: 0px none;
  border-bottom: 0px none;
  border-left: 0px none;
}

#menu dt a {
  color: #ff0000;
}

#menu li a:hover {
  background-color: #ffffff;
  color: #000000;
}

#menu dt a:hover {
  color: #000000;
}

I {
}
