.shadetabs{
padding: 2px 0;
margin-left: 3px;
margin-top: 3px;
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;
	color: #ffffff;
	background-color: #3366CC;
}

.shadetabs li a:visited{
color: #000000;
}

.shadetabs li a:hover{
color: #ffffff;

}

.shadetabs li.selected{
position: relative;
top: 1px;
}

.shadetabs li.selected a{ /*selected main tab style */
background-image: url(shadeactive.gif);
background-color: #66B5FF;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontentstyle{ /*style of tab content oontainer*/
	
	margin-bottom:10px;
	padding:5px;
	color:#00000;
	width:275px;
	background-color: #66B5FF;
}

.tabcontentstyle ul {
margin:0;
padding:0;
}
.tabcontentstyle li {
text-decoration:none;
list-style-type: none;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block!important;
}
}
