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

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

.shadetabs li a{
	text-decoration: none;
	padding: 3px 7px;
	margin-right: 3px;
	text-transform:uppercase;
	border: 1px solid #CCCCCC;
	color:#666666;
	font-size:10px;
	background: url(../images/tabs/shade.jpg) top left repeat-x;
}
.shadetabs li a:hover{
	color:#3F200F;
}

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

.shadetabs li.selected a{ /*selected main tab style */
	background-image: url(../images/tabs/shadeactive.jpg);
	border-bottom-color: #FFFFFF;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
	text-decoration: none;
}
.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 0px;
}

.shadetabs li a.selected{ /*selected main tab style */
	background-image: url(../images/tabs/shadeactive.jpg);
	border-bottom-color: #FFFFFF;
}

.contentstyle{ /*style of tab content oontainer*/
	border: 1px solid #CCCCCC;
	width: 754px;
	height:277px;
	margin-bottom: 1em;
	padding: 12px;
}

.tabcontent{
	display:none;
}

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