﻿
.drTabHiteco {
  /*float:left;*/
  width:100%;
  line-height:normal;
  font-size: 12px;
	font-family: arial, verdana, helvetica;
	
  }
.drTabHiteco ul {
margin:0;
padding:10px 10px 0 30px;
list-style:none;
  }
.drTabHiteco li {
	float:left;
  display:inline;
  margin:0;
  padding:0;
  }
.drTabHiteco a:visited{
text-decoration:none;
} 
.drTabHiteco a {
	float:left;
  background:url("left4_unsel.gif") no-repeat left top;
  margin:0;
  padding:0 0 0 19px;
  text-decoration:none;
  }
.drTabHiteco a span {
  float:left;
  display:block;
  background:url("right4_unsel.gif") no-repeat right top;
  padding:1px 15px 0px 5px;
  color:#666;
  }

/* Commented Backslash Hack hides rule from IE5-Mac \*/
.drTabHiteco a span {
	float:none;
}

/* End IE5-Mac hack */
.drTabHiteco a:hover span {
  color:#000;
  }
.drTabHiteco a:hover {
  /*background-position:0% -16px;*/
  background:url("left4_sel.gif") no-repeat left top;
  text-decoration:none;
  }
.drTabHiteco a:hover span {
  /*background-position:100% -16px;*/
  background:url("right4_sel.gif") no-repeat right top;
  }
.drTabHiteco .current a
{
	background:url("left4_sel.gif") no-repeat left top;
	/*background-position: 0% -16px;*/
}
.drTabHiteco .current a span
{
	background:url("right4_sel.gif") no-repeat right top;
  color:#666;
	font-weight: bold;
	/*background-position: 100% -16px;*/
}
.Tab-Hiteco-Content
{
	/*border: solid 2px #E4E4E4;	*/
	/*border: solid 1px #DCDCDC;*/
	padding: 5px;
}
.Tab-Hiteco-Pager
{
 /* background:#E7E5E2;
	border-bottom: solid 4px #6D6D75;	*/
}

