
.shadetabs{
padding: 0;
margin: 15px 0 0 0;
list-style-type: none;
height: 32px;
text-align: left; 
background: url(images/white_pixel.gif) bottom repeat-x;
}
.shadetabs li{
float: left;
}
.shadetabs li a {
height: 33px;
 display: block;
 text-indent: -9999px;
 background-position: 0 0;
 background-repeat: no-repeat;
 outline: none;
}
.shadetabs li a#lates_links {
 width: 137px;
 background-image: url(images/latest_link_tab.gif);
}
.shadetabs li a#most_popular {
 width: 157px;
 background-image: url(images/most_popular_tab.gif);
}
.shadetabs li a#most_commented {
 width: 194px;
 background-image: url(images/most_commented_tab.gif);
}

.shadetabs li a:hover, .shadetabs li a.selected{
background-position: 0 bottom;
}
.shadetabs li#SL {
 display: inline;
 margin-right: 3px;
 padding-left: 2px;
}
.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}
