.shadetabs{


padding: 3px 0;
margin-left: 40px;
margin-top: 1px;
margin-bottom: 0;
font: 13px Arial;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

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

}

.shadetabs li a{
background-image: url(shadeactive.gif);
text-decoration: none;
padding: 10px 10px;
margin-right: 3px;
border-top: 1px solid #778;
border-right: 1px solid #778;
border-left: 1px solid #778;
color:#1f1f1f;
background: #ffffff top left repeat-x;
}

.shadetabs li a:visited{
color:#1f1f1f;
}

.shadetabs li a:hover{
text-decoration: underline;

color:#1f1f1f;
}

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

}

.shadetabs li.selected a{ /*selected main tab style */
border-bottom-color: #1f1f1f;
color:#ffffff;
background-color:#1f1f1f;
}

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

.shadetabs li.selected a:visited{ /*selected main tab style */
text-decoration: none; color:#ffffff;
}

.tabcontentstyle{ /*style of tab content oontainer*/
	width: 700px;
	margin-top:8px;
	margin-left: 20px;
	margin-bottom: 1em;
	padding: 10px;
	border-top: solid 1px #778;
	
}

.img { margin-right:10px;margin-bottom:10px; background-color:#ffffff; border:solid 1px #dedede; padding-left:25px;padding-right:25px; padding:10px; }
.tabcontent{
display:none;
}

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