.tabs {
clear:both;
padding:0;
}
.tabs ul {
list-style:none;
margin:0;
padding:0;
border-top:1px solid #F6F6F6;
}
.tabs li {
float:left;
display:block;
background: url('../images/tabs/tab2.png') 100% 0 no-repeat;
margin:0 1px 0 0;
padding-right:6px;
}
.tabs a {
display:block;
padding:0.5em 10px 0.4em 20px;
padding-left:16px;
font-size:0.9em;
color:#333;
text-decoration:none;
background: url('../images/tabs/tab2.png') 0 0 no-repeat;
outline: none;
}
.tabs a:hover {
color:#666;
}
.tabs li.on {
position:relative;
top:1px;
background-image: url('../images/tabs/tab2_sele.png');
}
.tabs li.on a, .tabs li a.selected {
background-image: url('../images/tabs/tab2_sele.png');
font-weight:bold;
color:#333;
}
.tabs li.on a:hover, .tabs li a.selected:hover {
color:#339933;
}
.tabs .empty {
background:none;
color:#000;
}

