.shadetabs{
padding: 0px;
margin-left: 0;
margin-top: 5px;
margin-bottom: 0;
list-style-type: none;
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
padding-top:15px;
}

.shadetabs li.unu a{ background-image: url(tarifs_blended2.jpg); background-repeat:no-repeat; height:30px}
.shadetabs li.doi a{ background-image: url(tarifs_kotolo2.jpg); background-repeat:no-repeat; height:30px}
.shadetabs li.trei a{ background-image: url(tarifs_kitbuilder2.jpg); background-repeat:no-repeat; height:30px}


.shadetabs li.unu a:hover{ background-image: url(tarifs_blended.jpg); background-repeat:no-repeat; height:30px}
.shadetabs li.doi a:hover{ background-image: url(tarifs_kotolo.jpg); background-repeat:no-repeat; height:30px}
.shadetabs li.trei a:hover{ background-image: url(tarifs_kitbuilder.jpg); background-repeat:no-repeat; height:30px}


.shadetabs li.unu a.selected{ /*selected main tab style */
background-image: url(tarifs_blended.jpg);
}
.shadetabs li.doi a.selected{ /*selected main tab style */
background-image: url(tarifs_kotolo.jpg);
}
.shadetabs li.trei a.selected{ /*selected main tab style */
background-image: url(tarifs_kitbuilder.jpg);
}
