.tabs {
  line-height: 130%;
}
.mnu {
  position: relative;
  display: block;
}
.smnu {
  z-index: 1;
  color: black;
  background: #DDD;
  border: 0.1em outset #BBB;
}
.smnu:hover
{
  background: #CCF;
  cursor: default;
}
.smnu:hover + .itms, .itms:hover {
  z-index: 3;
  position: absolute;
  display: inline;
/* 
position: fixed;
display: block;
left: 2%;
*/
}
.smnu:after {
  content: " ->";
}
.itms {
  position: relative;
  z-index: 2;
  display: none;
  overflow: visible;
}
.mentry {
  background: #DDD;
  border: 0.1em outset #BBB;
}
.mentry:hover {
  background: #CCF;
}
a.mentry {
  color: #00F;
  text-decoration: none;
}
