@charset "utf-8";
/* CSS Document */
.idTabStyle a {
  display:block;
  line-height:47px;
  height:47px;
  overflow:hidden;
  text-decoration:none;
  color:#666;
  font-weight:normal;
  background:url(../images/misc/tab.jpg) no-repeat;
}

.idTabStyle a#t1 { background-position:0 -47px; }
.idTabStyle a#t1.selected { background-position:0 0; }

.idTabStyle a#t2 { background-position:-144px -47px; }
.idTabStyle a#t2.selected { background-position:-144px 0; }

.idTabStyle a#t3 { background-position:-316px -47px; }
.idTabStyle a#t3.selected { background-position:-316px 0; }
