﻿	#tabsB {
      float:left;
      width:100%;
      background:#F4F4F4;
      font-size:10px;
      line-height:normal;
      font-family:Verdana;
      }
    #tabsB ul {
        margin:0;
        list-style-type:none; float:right; padding-left:10px; padding-right:5px; padding-top:2px; padding-bottom:0
      }
    #tabsB li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsB a {
      float:left;
      background:url('images/tabs/tableftB.gif') no-repeat left top;
      margin:0;font-weight:bold; font-size:10px;
      text-decoration:none; padding-left:4px; padding-right:0; padding-top:0; padding-bottom:0
      }
    #tabsB a span {
      float:left;
      display:block;
      background:url('images/tabs/tabrightB.gif') no-repeat right top;
      color:#666; padding-left:6px; padding-right:15px; padding-top:5px; padding-bottom:4px
      }
    /* 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;
      }
    #tabsB a:hover span {
      background-position:100% -42px;
    }
    #tabsB #current a {
      background-position:0% -42px;
    }
    #tabsB #current a span {
       background-position:100% -42px;
    }