.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: 10px Arial;

list-style-type: none;
text-align: right; /*set to left, center, or right to align the menu as desired*/
}

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

.shadetabs li a{
	text-decoration: none;
	border: 1px solid #DBD6CE;
	padding: 3px 7px;
	margin-right: 0px;
	background-color:#FFFFFF;
	color: #BCBFAE;/* background: white url(shade.gif) top left repeat-x;*/
}

.shadetabs li a:hover{
text-decoration: none;
color: #9CC023;
}

.shadetabs li.selected{
position: relative;
}

.shadetabs li.selected a{ /*selected main tab style */
	/* background-image: url(shadeactive.gif);*/
border: 1px solid #CED1C0;
	border-bottom-color: white;
	background-color:#FFFFFF;
	color: #AA9980;
}

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

.tabcontentstyle{ /*style of tab content oontainer*/
	border: 1px solid #CED1C0;
	width: 265px;
	height: 170px;
	margin-bottom: 1em;
	padding: 10px;
	background-color:#FFFFFF;
}

.tabcontent{
display:none;
}

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