/*- Menu Tabs B--------------------------- */

    #tabsB {
      float:left;
	  padding:0; margin:7px 0 0 0;
      width:100%;
      background:transparent;
	font: bold 11px/1.5em Verdana;
	font-size:93%;
     line-height:normal;
	  border-bottom:3px solid #F48D29;
      }
    #tabsB ul {
	  margin:0;
	  padding:0 0 0 10px;
	  list-style:none;
      }
    #tabsB li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsB a {
	float:left;
	margin:0;
	padding:0 0 0 5px;
	text-decoration:none;
	background: transparent url(../img/menu/tableftB.gif) no-repeat left top;
      }
    #tabsB a span {
	float:left;
	display:block;
	padding:5px 15px 4px 6px;
	color:#666;
	background-image: url(../img/menu/tabrightB.gif);
	background-repeat: no-repeat;
	background-position: right top;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsB a span {float:none;}
    /* End IE5-Mac hack */
    #tabsB a:hover span, #tabsB LI.enabled a span{
      color:#fff;
      }
    #tabsB a:hover, #tabsB LI.enabled a {
      background-position:0% -42px;
      }
    #tabsB a:hover span, #tabsB LI.enabled  span{
      background-position:100% -42px;
      }
	  


