/* CSS Document */

 #tabsB {
      float:left;
      width:100%;
      font-size:120%;
      line-height:normal;
	  font-family:Tahoma;
	  font-weight: bold;
      }
    #tabsB ul {
	  margin:0;
	  padding:0px 10px 0 50px;
	  list-style:none;
      }
    #tabsB li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsB a {
      float:left;
      background:url("tableftB.jpg") no-repeat left top;
      margin:30;
      padding:0 0 0 40px;
      text-decoration:none;
      }
    #tabsB a span {
      float:left;
      display:block;
      background:url("tabrightB.jpg") no-repeat right top;
      padding:8px 15px 10px 12px;
      color:#fff;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsB a span {float:none;}
    /* End IE5-Mac hack */
    #tabsB a:hover span {
    color:White;
      }
    #tabsB a:hover {
      background-position:80% -100px;
    
      }
    #tabsB a:hover span {
      background-position:80% -32px;
      }




/*
ACTIVEE
#minitabs a.active:link, #minitabs a.active:visited, #minitabs a:hover 
class="active"

#tabsC a:hover span, #tabsC a#activetab span
{ background-position:100% -42px;color: #FFF; }
#tabsC a:link#activetab, #tabsC a:visited#activetab, #tabsC a:hover
{ background-position: 0% -42px; }

*/
