.shadetabs{
	padding: 3px 0;
	margin-left: 0;
	margin-top: 1px;
	margin-bottom: 0;
	font: bold 12px Verdana;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffd403;
	background-color:#fffae3;
}

.shadetabs li{
display: inline;
margin: 0;
}

#wrapper #rights #center .shadetabs li a{
	text-decoration: none;
	position: relative;
	top: -2px;
	z-index: 1;
	text-align: left;
	background-color: #fff3b9;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	text-transform: uppercase;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffd403;
	margin-bottom: 5px;
	padding: 5px;
	padding-top:4px;
	margin-top: 5px;
}
.tresc {
	display: block;
	padding: 10px;
	width: auto;
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: none;
color: #2d2b2b;
}

#wrapper #rights #center .shadetabs li a.selected{ /*selected main tab style */
	position: relative;
	top: -2px;
	text-decoration: none;
	z-index: 1;
	text-align: left;
	background-color: #fff3b9;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	text-transform: uppercase;
	border-width: 1px;
	border-style: solid;
	border-color: #ffd403;
	margin-bottom: 5px;
	padding: 5px;
	margin-top: 5px;
}


.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontent{
	display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}
