.shadetabs{
padding: 2px 0;
margin-left: 10;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Tahoma;
list-style-type: none;
text-align: center;
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 2px 7px;
margin-right: 2px;
border: 1px solid #8a3818;
color: #5e402a;
background: #f1e4c4 url(images/back_1.jpg) top left repeat-x;
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 1px;
}

.shadetabs li a.selected{ /*selected main tab style */
background-image: url(images/back_3.jpg);
border-bottom-color: #f1e4c4;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontent{
display:none;
font-family : "Tahoma"; 
color : #5e402a; 
font-size : 10pt;
}

@media print {
.tabcontent {
display:block !important;
}
}