.shadetabs{
	margin-left: 0;
	margin-top: 1px;
	margin-bottom: 6px;
	list-style-type: none;
	text-align: center; /*set to left, center, or right to align the menu as desired*/
	font-weight: bold;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 0;
	font-size: 115%;
}

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

.shadetabs li a{
	text-decoration: none;
	margin-right: 15px;
	border: 1px solid #9CD0DE;
	color: #2d2b2b;
	background: white url(shade.gif) top left repeat-x;
	padding-top: 5px;
	padding-right: 9px;
	padding-bottom: 5px;
	padding-left: 9px;
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.shadetabs li.selected{
position: relative;
}

.shadetabs li.selected a{ /*selected main tab style */
background-image: url(shadeactive.gif);
border-bottom-color: #9CD0DE;
}

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

.tabcontentstyle{ /*style of tab content oontainer*/
	margin-bottom: 2em;
	padding: 10px;
	line-height: 1.5em;
}

.tabcontent{
display:none;
}

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