#menuback {
  clear: left;
  background-color: #FFF8EE;
  margin: 0 -20px -20px -20px;
  padding: 20px;
  border-top: 1px solid #000;
  /*border-right: 1px solid #000;*/
}

.itemname {
  font-size: 14px;
  font-weight: bold;
  text-decoration: underline;

}

.categoryname {
  font-size: 20px;
  font-weight: bold;
  font-family: Comic Sans MS;
}

.menuhr {
 border: 1px dotted #000;
}

.addbutt {
 background-color: #101D47;
 color: #FFF;
 font-size: 10px;
 font-weight: bold;
 height: 20px;
}


