@charset "UTF-8";

ul.menu
{
  margin: 0 0 0.5em 0;
  border: none;
  padding: 0;
  list-style: none;
}

ul.menu li
{
  margin: 0;
  border-top: 1px solid #BBF;
  border-right: none;
  border-bottom: 1px solid #77F;
  border-left: none;
  padding: 0.5em 0.75em;
  background-color: #99F;
  line-height: 1.25em;
}

ul.menu li:first-child
{
  border-top: 2px solid #66A;
  border-right: none;
  border-bottom: 2px solid #22A;
  border-left: none;
  padding: 0.25em 0.5em;
  color: #FFF;
  background-color: #44A;
  font-size: 0.75em;
  line-height: 1em;
}
