.shadetabs{
	margin-left: 0;
	margin-top: 1px;
	margin-bottom: 0;
	font: 8pt Tahoma;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
.shadetabs li{
	display: inline;
	text-align:center;
	margin: 0;
	width: 100px;
}

.shadetabs li a{
text-decoration: none;
padding: 3px 7px;
border: 1px solid #4ca3df;
color: #000000;
background: white url(images/shade.gif) top left repeat-x;
	width: 100px;
}

.shadetabs li a:visited{
color: #2d2b2b;
	width: 100px;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
width: 100px;
}

.shadetabs li.selected{
	position: relative;
	top: 1px;
	width: 100px;
}

.shadetabs li.selected a{ /*selected main tab style */
background-image: url(images/shadeactive.gif);
border-bottom-color: white;
width: 100px;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
width: 100px;
}

.tabcontentstyle{ /*style of tab content oontainer*/
	border: 1px solid #4ca3df;
	width: 400px;
	margin-bottom: 1em;
	padding: 10px;
	height: 200px;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block!important;
}
}
