#tabs {
 float:left;
 width:100%;
 height: 27px;
 background:#DAE0D2 url("../images/bg.png") repeat-x bottom;
 font-size:93%;
 line-height:normal;
}

#tabs {
 margin:0px;
 padding:16px 30px 0px;
 list-style:none;
}

#tabs li {
 float:left;
 background:url("../images/left.png") no-repeat left top;
 margin:0;
 padding:0 0 0 9px;
}
 
#tabs a, #tabs b {
 display:block;
 background:url("../images/right.png") no-repeat right top;
 padding:5px 15px 4px 6px;
 text-decoration:none;
 font-weight:bold;
 color:#000;
}

#tabs a:hover { color:#FFFFFF; }

#tabs #current { background-image: url("../images/left_on.png"); }

#tabs #current b {
 background-image: url("../images/right_on.png");
 color:#333;
 padding-bottom:5px;
}
