img {
border: none;
} 

.ddcolortabs {
	  background: #FFFFFF;
      font-size: 20px;
      line-height: normal;
	  margin-left:0px;
}

.ddcolortabs ul {
	  margin: 0;
	  padding: 10px 10px 0 0px;
	  list-style: none;
}

.ddcolortabs li {
      display: inline;
      font-size: 18px;
      margin: 0;
      padding: 0;
}

.ddcolortabs div {
      float: left;
      display: block;
      background: url("/images/tableft.gif") no-repeat left top;
      margin: 0;
      padding: 0 0 0px 4px;
      text-decoration: none;
	  font-weight: bold;
      width:110px;
      background-position: 0% -42px;
	  z-index: 1
}

.ddcolortabs a {
      float: left;
      display: block;
      background: url("/images/tableft.gif") no-repeat left top;
      margin: 0;
      padding: 0 0 0px 4px;
      text-decoration: none;
	  font-weight: bold;
      width:110px;
	  z-index: +1
}

.ddcolortabs div span {
      display: block;
      background: url("/images/tabright.gif") no-repeat right top;
      padding: 7px 6px 2px 0px;
	  text-align: center;
      color: #666666;
      height:20px;
      background-position: 0% -42px;
	  z-index: 1
}

.ddcolortabs a span {
      display: block;
      background: url("/images/tabright.gif") no-repeat right top;
      padding: 7px 6px 2px 0px;
	  text-align: center;
      color: #003366;
      height:20px;
	  z-index: +1
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
    .ddcolortabs a span {float:none;}
/* End IE5-Mac hack */

.ddcolortabs a:hover span {
	  color: #3f3f3f;
	  z-index: 1
      }

.ddcolortabs div.current { 
	background-position: 0% -42px;
	z-index: 1
}

.ddcolortabs span.current { 
	background-position: 100% -42px;
	z-index: 1
}

#subtabs {
	  height: 2.1em;
      display:block;
      float: left;
	  list-style: none;
	  list-style-type: none;
}

ul#subtabs {
	  list-style: none;
	  list-style-type: none;
}

ul#subtabs span {
	  position: relative;
	  top: 7px;
	  //left: -40px;
	  border: none;
	  color: #666666;
	  font-size: 15px;
	  font-weight: bold;
	  margin: 0px;
	  padding: 0px 10px 0px 10px;
	  text-decoration: none;
      float:left
}

ul#subtabs a {
	  position: relative;
	  top: 7px;
	  left: 0px;
	  border: none;
	  color: #003366;
	  font-size: 15px;
	  font-weight: bold;
	  margin: 0px;
	  padding: 0px 10px 0px 10px;
	  text-decoration: none;
      float:left
}

.li_subtabs {
	float:left;
}

.li_subtabs_last {
	float:left;
}
	
.tabcontainer {
	  position: relative;
      z-index: -4;
	  border: 1px solid #b2b2b2;
	  top: -1px;
	  left: 0px;
	  background: #f8f2df;
	  clear: left;
	  height: 30px;
	  width: 100%;
	  margin-left:0px;
	}


.tabcontent {
	  position: relative;
	  top: 0px;
	  left: 0px;
}

.current_link{
  color: #666666;
	  font-size: 18px;
	  font-weight: bold;
	  text-decoration: none;
}
