.menu{
  font: 16px tahoma, sans-serif;
  font-weight: bold;
  width:100%;
  display:table;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 5px;
}
.addmenu{
  font: 14px tahoma, sans-serif;
  font-weight: bold;
}
.menu_point{
  color: white;
  cursor: pointer;
  text-align: center;
  display:table-cell;
  text-decoration: none;
  padding:2px;
  border-radius: 5px;
}