#p7swapmenu {
  vertical-align: top;
  margin: 7px 0 8px 0;
}

#p7swapmenu ul {
  margin: 0;
  padding: 0;
}

#p7swapmenu li {
  list-style-type: none;
}

.menuhead a {
  background-color: white;
  border: 1px solid;
  border-color: #DFA1B8 #fff #DFA1B8 #DFA1B8;
  color: #68344A;
  display: block;
  font-size: 90%;
  font-weight: bold;
  padding: 2px 0 2px 14px;
  text-decoration: none;
}

.menuhead a:hover {
  background-color: #DFA1B8;
  color: #666666;
}

.menuhead ul a, .menuhead ul a:hover {
  background-color: transparent;
  background-image: url(images/pagemarker.gif);
  background-repeat: no-repeat;
  background-position: 0% 50%;
  border: 0;
  color: #68344A;
  font-size: 80%;
  font-weight: normal;
  padding: 0 0 0 7px;
  margin: 0 0 0 7px;
}

.menuhead ul a:hover {
  background-color: #DFA1B8;
  color: #6E6E6E;
}

.p7current {
  padding: 0 0 0 7px;
  margin: 0 0 0 7px;
  background-image: url(images/pagemarker.gif);
  background-repeat: no-repeat;
  background-position: 0 50%;
  border: 0;
  color: #68344A;
  font-size: 80%;
  background-color: #DFA1B8;
}

