/* CSS Document */
 #tabsB {
      float:left;
      width:100%;
	  min-width:800px;
      background-image: url(../images/tab_bg.png);
	  background-repeat: repeat-x;
      font-size:93%;
      line-height:normal;
	  border-left:1px solid #30411A;
	  border-right:1px solid #30411A;
	  }
    #tabsB ul {
	  margin:0;
	  padding:10px 10px 0 20px;
	  list-style:none;
	 }
    #tabsB li {
      display:inline;
      margin:0;
      padding:0;
	   
      }
    #tabsB a {
      float:left;
	  
	  /*width:15.5%;*/
      background:url("../images/tableftB_test.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
	  border-bottom:1px solid #30411A;
	  font-weight:bold;
      }
    #tabsB a span {
      float:left;
	  display:block;
      background:url("../images/tabrightB_test.gif") no-repeat right top;
      /*padding:5px 15px 4px 6px;*/
	  padding: 10px 15px 10px 10px;
      color:#666;
	  /*border-bottom:1px solid #30411A;*/
      }
    /* 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 li.on a{
		background-position:0% -42px;
		color:#000;
		border-bottom: 1px groove #FFFFFF;
			
	}
	
	#tabsB li.on a span{
	background-position:100% -42px;
	color:#000;
	/*border-bottom: 1px solid #FFFFFF;*/
      }
/* Small tabs in middle */		
 #tabsSm {
      float:left;
      width:100%;
      background:#FFF;
      font-size:93%;
	  line-height:10px;
	  border-bottom:1px solid #30411A;
      }
	
    #tabsSm ul {
	  margin:0;
	  padding:0;
	  list-style:none;
      }
    #tabsSm li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsSm a {
	float:left;
	 background:url("../images/tableftB.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
	  font-weight:bold;
	  
      }
    #tabsSm a span {
      float:left;
      display:block;
      background:url("../images/tabrightB.gif") no-repeat right top;
      padding: 10px 10px 10px 10px;
      color:#666;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsSm a span {float:none;}
    /* End IE5-Mac hack */
    #tabsSm a:hover span {
      color:#000;
      }
    #tabsSm a:hover {
      background-position:0% -42px;
      }
    #tabsSm a:hover span {
      background-position:100% -42px;
      }
	  #tabsSm li.on a{
		background-position:0% -42px;
		color:#000;
		border-bottom: 1px groove #FFFFFF;
	}
	#tabsSm li.on a span{
	background-position:100% -42px;
	color:#000;
	/*border-bottom: 1px solid #FFFFFF;*/
      }
