/*- Menu Tabs B--------------------------- */

    #tabsB {
	  /*margin-left: 4px;*/
      float:left;
      width:100%;
      /*background:#F4F4F4;*/
	  background-image: url(images/tabdotbg.gif);
	  background-color: #ffffff;
	  background-position: bottom left;
	  background-repeat: repeat-x;
	  /*background: url("tabdotbg.gif") #ffffff left bottom repeat-x;*/
      font-size: 11px;/*93%;*/
	  font-weight: bold;
      line-height:normal;
	  /*border-bottom: 1px solid #e0e0e0;*/
      }
    #tabsB ul {
	  margin:0;
	  padding:5px 0px 0 0px;
	  list-style:none;
      }
    #tabsB li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsB a {
      float:left;
      background:url(images/tableftB.gif) no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
	  border-bottom: 1px solid #e0e0e0;
      }
	  
    #tabsB .active {
      float:left;
      background:url(images/tableftA.gif) #ffffff no-repeat left top;
      margin:0;
	  margin-right: 0px;
      padding: 0 0px 1px 4px;
      text-decoration:none;	  
	  /*border-bottom: 1px solid #ffffff;*/
      }  
	  
    #tabsB a span {
      float:left;
      display:block;
      background:url(images/tabrightB.gif) no-repeat right top;
      padding:5px 13px 4px 6px;
      /*color:#666;*/
	  color: #085299;
      }
	  
    #tabsB .active span {
      float:left;
      display:block;
      background:url(images/tabrightA.gif) no-repeat right top;
      padding:5px 13px 4px 6px;
      /*color:#666;*/
	  /*color: #085299;*/
	  color: #75B200;
      }	  
	  
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsB a span {float:none;}
	#tabsB .active span {float:none;}
    /* End IE5-Mac hack */
    #tabsB a:hover span {
      /*color:#000;*/
	  color: #75B200;
      }
    #tabsB a:hover {
      background-position:0% -42px;
      }
    #tabsB a:hover span {
      background-position:100% -42px;
      }

