.shadetabs{
	padding: 3px 0;
	margin-left: 0;
	margin-top: 1px;
	margin-bottom: 0;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #504F29;
}

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

.shadetabs li a{
	text-decoration: none;
	padding: 3px 7px;
	margin-right: 3px;
	border: 1px solid #778;
	color: #504F29;
	background: white url(shade.gif) top left repeat-x;
}

.shadetabs li a:visited{
	color: #504F29;
}

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

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

.shadetabs li.selected a{ /*selected main tab style */
	background-image: url(shadeactive.gif);
	border-bottom-color: white;
	font-size: 11px;
}

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

.tabcontentstyle{ /*style of tab content oontainer*/
	border: 1px solid #B8AA8F;
	width: 650px;
	padding: 6px;
	margin: 1px;
}

.tabcontent{
	display:none;
	margin: 3px;
}

@media print {
.tabcontent {
	display:block!important;
	margin: 3px;
	padding: 1px;
	text-align: center;
	vertical-align: middle;
}
}
