ul#bottom-menu {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  list-style: none;
  height: 79px;
  position: relative;
  z-index: 200;
}

ul#bottom-menu li:hover {
   background: url(img/tbr2_selected.jpg) repeat-x top;
   color: #FFa;
}

ul#bottom-menu li {
   color: #fff;
   color: #ee0;
   margin: 0;
   border: 0 none;
   padding: 0;
   float: left; /*For Gecko*/
   display: inline;
   list-style: none;
   position: relative;
   height: 100%;
   width: 184px;
   text-align: center;
   background: url(img/tbr2_spacer.jpg) left top no-repeat;
}

ul#bottom-menu a:visited,
ul#bottom-menu a {
   font-size: 8pt;
   font-weight: bold;
   text-decoration: none;
   color: #fff;
   left:0px;
   padding-top:10px;
   position:absolute;
   width:inherit;
}

ul#bottom-menu a img {
  float:left;
  margin-left:12px;
  margin-top: 8px;
}

ul#bottom-menu div.trb2-text {
  margin-top: 17px;
  margin-left: 10px;
   color: #fff;
  text-align:left;
  width: 116px;
  float: right;
}
ul#bottom-menu div.big {
   font-size: 14pt;
   display: inline;
}
ul#bottom-menu div.lil {
   width: 110px;
   text-align: left;
   height: auto;
   margin-left: 7px;
}

ul#bottom-menu a:hover {
   text-decoration: none;
}

