dl, dt, dd {
  margin: 0px;
  padding: 0px;
}

#menu ul, #menu li {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

#menu {
  position: fixed;
  top: 0px;
  width: 144px;
}

#menu dt {
  height: 24px;
  cursor: pointer;
  margin: 1px;
  line-height: 20px;
  text-align: left;
  font-weight: bold;
  color: #350946;
  background: #fdaf17;
}

#menu dt.topborder {
  background: #fdaf17;
  color: #350946;
  cursor: pointer;
  margin: 0px 0;
  height: 20px;
  line-height: 20px;
  text-align: left;
  font-weight: bold;
  border-top: solid;
  border-left: none;
  border-right: none;
  border-bottom: none;
}

#menu dt.borderless {
  cursor: pointer;
  margin: 0px 0px;
  height: 20px;
  line-height: 20px;
  text-align: left;
  font-weight: bold;
  color: #350946;
  border-style: none;
}

#menu dt.last {
  background-color: #350946;
  margin: 0px 0px;
  border-style: none;
}

#menu dd {
}

/* text in menu */
#menu dt a {
  color: #350946;
  background: #fdaf17;
  text-decoration: none;
  text-align: center;
  display: block;
  height: 20px;
  border: 3px solid;
  border-left-color: white;
  border-top-color: white;
  border-right-color: grey;
  border-bottom-color: grey;
}

/* text in submenu */
#menu li a {
  color: #fdaf17;
  background: #350946;
  text-decoration: none;
  text-align: center;
  display: block;
  height: 20px;
  border: 3px solid;
  border-left-color: grey;
  border-top-color: grey;
  border-right-color: white;
  border-bottom-color: white;
}

/* Selected menu */
#menu dt a:hover {
  color: #fdaf17;
  background-color: #350946;
  border: 3px solid;
  border-left-color: grey;
  border-top-color: grey;
  border-right-color: white;
  border-bottom-color: white;
}

/* Selected submenu */
#menu li a:hover {
  color: white;
  background-color: #350946;
  border: 3px solid;
  border-left-color: grey;
  border-top-color: grey;
  border-right-color: white;
  border-bottom-color: white;
}

