.button {
  font-weight: bold;
  color: white;
  background-color: blue;
  background-image: url(../images/bgmenu.gif);
  background-position: 0px 0px;
  background-repeat: repeat-x;
}

.edit {
  border: 1px blue dotted;
}

.dropdown {
  border: 1px blue dotted;
}