.shadetabs{
padding: 3px 0;
margin-left:0px;
margin-top:10px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
font-weight:bold;
text-decoration:none;
padding:10px 5px 10px 28px;
margin-right: 3px;
color:#2d2b2b;
background: url(../imagens/little_face.gif) left no-repeat #fff;
margin-left:2px;
}

.shadetabs li a:visited{
color:#2d2b2b;
}

.shadetabs li a:hover{
color:#FF6600;
background:url(../imagens/little_face_hover.gif) left no-repeat;
}

.shadetabs li.selected{
position:relative;
top:1px;

}

.shadetabs li.selected a{ /*selected main tab style */
border-bottom-color:white;
background-color:#eaeaea;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
background-color:#eaeaea;
}

.tabcontentstyle{ /*style of tab content oontainer*/
width:570px;
margin-top:8px;
margin-bottom:10px;
padding:5px;
background:#eaeaea;
}

.tabcontent{
display:none;
}

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