.block-menu {
border: 1px solid #b9b7b5;
border-top: 3px solid #b9b7b5;
width: 279px;
margin-bottom: 1em;
margin-left: 5px;
padding: 10px;
background: #dfdede;
}

.block-menu a {
color: #c25901;
text-decoration: none;
}

.block-menu a:hover {
text-decoration: underline;
}

.shadetabs {
background: #45413f;
padding: 9px 0 6px 0;
margin-left: 5px;
margin-bottom: 0;
font: bold 11px Verdana;
list-style-type: none;
text-align: center;
border-bottom: 5px solid #c25901;
}

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

.shadetabs li a {
text-decoration: none;
position: relative;
z-index: 1;
padding: 6px 7px;
margin-right: 3px;
border: 2px solid #c25901;
border-bottom:0;
color: #787059;
background: #dfdede;
}

.shadetabs li a:visited {
color: #787059;
}

.shadetabs li a:hover {
text-decoration: underline;
color: #787059;
}

.shadetabs li a.selected {
border: 2px solid #b9b7b5;
border-bottom:0;
position: relative;
top: 8px;
z-index: 999;
}

.shadetabs li a.selected:hover {
text-decoration: none;
}

.tabcontent{
display:none;
}

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