/* LINDEN TREE MENU */

    #tabsB {
      float:left;
      width:550px;
      font-size:80%;
      line-height:normal;
	position: relative;
	top: 138px;
	left: 369px;
	margin: 0;
	padding: 0;
      }
    #tabsB ul {
	  margin:0;
	  padding:0;
	  list-style:none;
      }
    #tabsB li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsB a {
      float:left;
      background:url(../img/buttons/btn_menu.jpg) no-repeat left top;
      margin:0;
      padding:0 0 0 1px;
      text-decoration:none;
      }
    #tabsB a.thispage {
      float:left;
      background-position:0% -42px;
	  background:url(../img/buttons/btn_menu_over.jpg) no-repeat;
      margin:0;
      padding:0 0 0 1px;
      text-decoration:none;
      }
    #tabsB a span {
      float:left;
      display:block;
      padding:10px 0 20px 0;
	  width: 107px;
	  font-family: Georgia, Arial;
	  color: #305A01;
	  font-size: 12px;
	  font-weight: bold;
      }
	  
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsB a span {float:none;}
    /* End IE5-Mac hack */
    #tabsB a:hover span {
      color:#000;
      }
    #tabsB a:hover {
      background-position:0% -42px;
	  background:url(../img/buttons/btn_menu_over.jpg) no-repeat;
      }
    #tabsB a:hover span {
      background-position:100% -42px;
      }
