.shadetabs{
	margin-top: 3px;
	margin-bottom: 0;
	list-style-type: none;
	text-align: justify; /*set to left, center, or right to align the menu as desired*/
	padding-top: 3px;
	font-style:normal; font-variant:normal;
	font-family:Tahoma
}
.shadetabs li{
	display: inline;
	text-align:center;
	padding-top:5px;
	margin: 0;
	width: 100px;
}

.shadetabs li a{
	text-decoration: none;
	padding: 5px 5px;
	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;
	margin-top:6px;
	padding: 2px;
	height: 190px;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block!important;
}
}