a.menu_l{
  margin-top: 2px;
  margin-left: 10px;
  display: inline-block;
  width: 200px;
  font-size: 14px;
  color: rgb(255,255,255);
  text-shadow: #2e7ebd 0 1px 2px;
  text-decoration: none;
  text-align: center;
  line-height: 1.1;
  white-space: pre-line;
  padding: .7em 0;
  border: 1px solid;
  border-color: #60a3d8 #2970a9 #2970a9 #60a3d8;
  border-radius: 6px;
  outline: none;
  background: #60a3d8 linear-gradient(#89bbe2, #60a3d8 50%, #378bce);
  box-shadow: inset rgba(255,255,255,.5) 1px 1px;
}
a.menu_l:first-line{
  font-size: 100%; /*Текст в верхней строчке (линии)*/
  font-weight: 700;
}
a.menu_l:hover {
  color: rgb(255,255,255);
  background-image: linear-gradient(#9dc7e7, #74afdd 50%, #378bce);
}
a.menu_l:active {
  color: rgb(255,255,255);
  border-color: #2970a9;
  background-image: linear-gradient(#5796c8, #6aa2ce);
  box-shadow: none;
}

a.menu_l_red{
  margin-top: 2px;
  margin-left: 10px;
  display: inline-block;
  width: 200px;
  font-size: 14px;
  color: rgb(255,255,255);
  text-shadow: #2e7ebd 0 1px 2px;
  text-decoration: none;
  text-align: center;
  line-height: 1.1;
  white-space: pre-line;
  padding: .7em 0;
  border: 1px solid;
  border-color: #60a3d8 #2970a9 #2970a9 #60a3d8;
  border-radius: 6px;
  outline: none;
  background: red;
  box-shadow: inset rgba(255,255,255,.5) 1px 1px;
}
a.menu_l_red:first-line{
  font-size: 100%; /*Текст в верхней строчке (линии)*/
  font-weight: 700;
}
a.menu_l_red:hover {
  color: rgb(255,255,255);
  background-image: linear-gradient( top left, red, #c10000, #ae0000 );
}
a.menu_l_red:active {
  color: rgb(255,255,255);
  border-color: #2970a9;
  background-image: linear-gradient( top left, red, #c10000, #ae0000 );
  box-shadow: none;
}