.shadetabs{
	padding: 3px 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	list-style-type: none;
	text-align: center; /*set to left, center, or right to align the menu as desired*/

}

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

}

.shadetabs li a{
	text-decoration: none;
	padding: 3px 6px;
	margin-right: 0px;
	/*border: 1px solid #778;*/
	color: #2d2b2b;
	background: url(../imagens/sec3topBpasta.jpg) top center no-repeat;
}


.shadetabs li a:visited{
	color: #2d2b2b;
}

.shadetabs li a:hover{
	text-decoration: none;
	color: #2d2b2b;
	cursor: pointer;
}

.shadetabs li a span{
	display: inline-block;
	width: 65px;
	height: 15px;
}

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

.shadetabs li.selected a{ /*selected main tab style */
background: url(../imagens/sec3topBselect.jpg) top center no-repeat;
}

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

.tabcontentstyle{ /*style of tab content oontainer*/
	/*border: 1px solid #000;*/
	width: 100%;
	/*margin-bottom: 0.1em;*/
	padding: 0;
	background-color: #FFF;
}

.tabcontent{
	display:none;
}

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