.shadetabs{
margin:0px;
font: bold 12px Arial;
/*font: bold 12px Verdana;*/
list-style-type: none;
text-align: left;
padding:0px; /*set to left, center, or right to align the menu as desired*/
border:solid 0px black;


}

.shadetabs li{
display: inline;
margin: 0;
padding:0px;
display:inline;

}

.shadetabs ul{
margin: 0;
padding:0;


}


.shadetabs li a{
text-decoration: none;
padding:5px 0px 10px 0px;
border:solid 0px black;
float:left;
/*color: #2d2b2b;*/
color: #666666;
background: white url(best_seller.jpg) top left;
background-repeat:no-repeat;

}


.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;

}

.shadetabs li.selected{
padding:5px 0px 10px 0px;
}

.shadetabs li.selected a{ /*selected main tab style */
background-image: url(best_seller_active.jpg);
background-repeat:no-repeat; 
margin-top:0px;


}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;


}

.contentstyle{

padding-top:10px;

}