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

.shadetabs li{
	display: inline;
	margin-bottom: 3px;
	height: 25px;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
}

.shadetabs li a{
	padding: 3px 3px;
	margin-right: 3px;
    margin-bottom: 3px;
	color: #996633;
	background-color: white;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

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

.shadetabs li a:hover{
	color: #000000;
	font-weight: bold;
}

.shadetabs li.selected{
	position: relative;
	font-weight: bold;
	color: #000000;
}

.shadetabs li.selected a{ /*selected main tab style */
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}

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

.tabcontentstyle{ /*style of tab content container*/
	width: 98%;
	padding: 5px;
	margin: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}

.tabcontent{
display:none;
}

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