#toptabs
{
font-size:11px;
line-height:normal;
width:100%;
margin:0 auto;
padding:0;
}

#toptabs ul
{
margin:0;
padding:5px 0 0 0;
list-style:none;
}

#toptabs li
{
display:inline;
margin:0;
padding:0;
}

#toptabs a
{
float:left;
background:url("images/tableft1.gif") no-repeat left top;
margin:0 0 0 0;
padding:0 0 0 4px;
text-decoration:none;
border:none;
}

#toptabs a span
{
float:left;
display:block;
background:url("images/tabright1.gif") no-repeat right top;
padding:5px 11px 4px 6px;
color:#555;
}

#toptabs a span
{
float:none;
}

#toptabs a:hover span
{
color:#000;
}

#toptabs a:hover
{
background-position:0% -42px;
}

#toptabs a:hover span
{
background-position:100% -42px;
}

#toptabs .current a 
{
background-position:0% -42px;
}
    
#toptabs .current a span
{
background-position:100% -42px;
color:#000;
font-weight:bold;
}


/* SMALL TABS*/

    #smalltabs {
      float:left;
      width:100%;
      background:transparent;
      font-size:10px;
      line-height:normal;
	  font-family:Arial,Helvetica;
	  font-weight:bold;
      }
    #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;
      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:5px 6px 4px 2px;
      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;
 }