.tribute-container {
  position: absolute;
  top: 0;
  left: 0;
  height: auto;
  width:200px;
  max-height: 300px;
  max-width: 500px;
  overflow: auto;
  display: block;
  z-index: 999999; }
  .tribute-container ul {
    margin: 0;
    margin-top: 2px;
    padding: 0;
    list-style: none;
    background: #34547f; }
  .tribute-container li {
    padding: 5px 5px;
    text-align:left;
    line-height:20px;
    cursor: pointer; }
    .tribute-container li.highlight {
      background: #5d5477;border-top:1px solid #1b2d47;border-bottom:1px solid #1b2d47;}
    .tribute-container li span {
      font-weight: bold; }
    .tribute-container li.no-match {
      cursor: default; }
  .tribute-container .menu-highlighted {
    font-weight: bold; }
.body1showclass .forumlink:hover
{color: #34547f;}
.body1showclass .forumlink .highlight {
    background: #E1ECF4;
    border: 1px dotted #39739d;
}