#tabsC {
float:left;
width:600px;
height: 40px;
font-size:93%;
font-weight: bold;
line-height:normal;
padding-left: 18px;
 }
#tabsC ul {
margin:0;
list-style:none;
padding-top: 10px;
padding-right: 10px;
padding-bottom: 10;
padding-left: 0px;
  }
#tabsC li {
  display:inline;
  margin:0;
  padding:0;
  background:url(../images/gambar/abg.jpg) no-repeat right; 
  }
#tabsC a {
float:left;
margin:0;
text-decoration:none;
background-repeat: no-repeat;
background-position: left top;
padding-top: 0;
padding-right: 0;
padding-bottom: 0;
padding-left: 4px;
  }
#tabsC a span {
float:left;
display:block;
padding:5px 15px 4px 6px;
color:#464E42;
background-repeat: no-repeat;
background-position: right top;
  }
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabsC a span {float:none;}
/* End IE5-Mac hack */
#tabsC a:hover span {
  color:#FFF;
  }
#tabsC a:hover {
  background-position:0% -42px;
  }
#tabsC a:hover span {
  background-position:100% -42px;
  }
#tabsC #current a {
		background-position:0% -42px;
}
#tabsC #current a span {
		background-position:100% -42px;
}