 #menu {
    position: fixed;
    right: 0;
    top: 0%;
    width: 7em;
    margin: 1em 0 0 0;
    z-index: 5;
    background: hsla(80, 90%, 40%, 0.9);
    color: white;
    <!--font-weight: bold--!>;
    font-size: medium;
    text-align: left;
    border-left: none;
    padding: 0.5em 0.5em 0.5em 2em;
    box-shadow: 0 1px 3px black;
    border-radius: 2em 0.5em 0.5em 2em;
  }
  #menu li { margin: 0 }
  #menu a { color: inherit }

  /* Make menu absolute, not fixed, on IE 5 & 6 */
  #menu { position: absolute }
  *>#menu { position: fixed }

  p.stb { text-indent: 0; margin-top: 0.83em }
  p.mtb { text-indent: 0; margin-top: 2.17em }
  p.ltb { text-indent: 0; margin-top: 3.08em }