#tabcontent {
	margin-top: 10px;
	}

#tabcontent ul {
  overflow: hidden;
  padding:0;
  margin:0;
}

#tabcontent ul li {
  vertical-align: bottom;
}

#tabcontent ul li {
  display: inline-block;
}

#tabcontent ul li a {
  position: relative;
  z-index: 1;
  display: inline-block;
  height: 26px;
  margin-right: -8px;
  color: #637c92;
  text-decoration: none;
}

#tabcontent ul li a.last {
  height: 100px;
}

#tabcontent ul li.hidden {
  visibility: hidden;
}

#tabcontent ul li a.active,
#tabcontent ul li a:hover {
	color:#ffffff;
	height: 26px;
	z-index: 10;  
}

#tabcontent ul li a.active {
  height: 26px;
  z-index: 10;
}

#tabcontent ul li a.active span.tabl,
#tabcontent ul li a:hover span.tabl {
  background: url(../img_1/tab_l_a.gif) no-repeat top left;
}

#tabcontent ul li a.active span.tabr,
#tabcontent ul li a:hover span.tabr {
  background: url(../img_1/tab_r_a.png) repeat-x top right;
}

#tabcontent span.tabl {
  padding: 5px 0px 0 0;
  display: inline-block;
  height: 100%;
  width: 5px;
  background:  url(../img_1/tab_l.png) no-repeat top left;
}

#tabcontent span.tabr {
  display: inline-block;
  padding: 5px 20px 0 5px;
  height: 100%;
  background: url(../img_1/tab_r.png) repeat-x top right;
}