
/* SMALL TABS*/

    #smalltabs {
      float:left;
      width:100%;
      background:transparent;
      font-size:12px;
      line-height:normal;
	  font-family:Arial,Helvetica;
	  font-weight:bold;
	  border-bottom:1px solid #E0E0E0;
	  margin:0 0 2px 0;
      }
    #smalltabs ul {
        margin:0;
        padding:0;
        list-style:none;
      }
    #smalltabs li {
      display:inline;
      margin:0;
      padding:0;
      }
    #smalltabs a {
      float:left;
      background:url("images/tableft2.gif") no-repeat left top;
      margin:0 1px 0 0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #smalltabs a span {
      float:left;
      display:block;
      background:url("images/tabright2.gif") no-repeat right top;
      padding:6px 11px 3px 6px;
      color:#000;
      }

    #smalltabs a span {float:none;}
    #smalltabs a:hover span {
      color:#000;
      }
    #smalltabs a:hover {
      background-position:0% -42px;
      }
    #smalltabs a:hover span {
      background-position:100% -42px;
      }
        #smalltabs #current a {
                background-position:0% -42px;
        }
        #smalltabs #current a span {
                background-position:100% -42px;
				font-weight:bold;
 }
