

    #tabsB {
      float:left;
      width:100%;
      background:transparent;
      font-size:12px;
      line-height:normal;
	  margin-top: 95px;
      }
	  
    #tabsB ul {
	margin:0px;
	padding:0px 10px 0px 30px;
	list-style:none;
      }
	  
    #tabsB li {
      display:inline;
      margin:0px;
      padding:0px;
      }
    #tabsB a {
      float:left;
      background:url("menu/tableftB.gif") no-repeat left top;
      margin:0px;
      padding:0px 0px 0px 4px;
      text-decoration:none;
	  margin-right: 5px;
      }
    #tabsB a span {
      float:left;
      display:block;
      background:url("menu/tabrightB.gif") no-repeat right top;
      padding: 8px 15px 8px 10px;
      color:#666;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsB a span {float:none;}
    /* End IE5-Mac hack */
    #tabsB a:hover span {
      color:#fff;
      }
    #tabsB a:hover {
      background-position:0% -42px;
      }
    #tabsB a:hover span {
      background-position:100% -42px;
      }
	
	#tabsB a.active {
	  background-position:0% -42px;
	  color:#fff;
	}
	
	#tabsB a.active span {
	  background-position:100% -42px;
	  color:#fff;
	}

