.shadetabs{
padding: 5px 5px;
margin-left: 0px;
margin-top: 0px;
margin-bottom: 0px;
font: 16px Arial;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0px;
}

.shadetabs li a{
padding: 3px 3px;
margin-right: 3px;
color: #996633;
}

.shadetabs li a:visited{
color: #996633;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #000000;
}

.shadetabs li.selected{
position: relative;
top: 0px;
}

.shadetabs li.selected a{ /*selected main tab style */
	border-top-color: #000000;
	font-weight: bold;
	text-decoration: underline;
	color: #000000;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontentstyle{ /*style of tab content container*/
	width: 100%;
	padding: 0px;
	margin: 0px;
    margin-top: 3px;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block!important;
}
}

