.shadetabs{
padding: 2px 0;
margin-left: 1px;
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*/
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
	text-decoration: none;
	padding: 7px 7px;
	margin-right: 3px;
	border: 2px solid #CCCCCC;
	color: #0000FF;
	background-color: #CCCCCC;
}

.shadetabs li a:visited{
color: #0000FF;
}

.shadetabs li a:hover{
color: #0000FF;
}

.shadetabs li.selected{
background-color: #fff2d0;
position: relative;
top: 1px;
}

.shadetabs li.selected a{ /*selected main tab style */
background-image: url(shadeactive.gif);
background-color: #fff2d0;
border-bottom-color: #fefefe;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontentstyle{ /*style of tab content oontainer*/
	border:1px #CCCCCC solid;
	margin-bottom:10px;
	padding:7px;
	color:#000000;
	width:330px;
	background-color: #fff2d0;
}

.tabcontentstyle ul {
margin:0;
padding:0;
}
.tabcontentstyle li {
text-decoration:none;
list-style-type: none;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block!important;
}
}
