
.shadetabs {
	padding: 0;
	margin: 0;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li {
	display: inline;
	float: left;
	margin: 0;
	padding: 0;
}

.shadetabs li a {
	display: block;
	width: 105px;
	height: 37px;
	padding: 5px 0 0 0;
	margin: 0 0 0 -10px;
	color: #fff;
	font-size: .85em;
	text-align: center;
	text-decoration: none;
	background: url(../images/tabDeselected.gif) no-repeat;
}

.shadetabs li a:visited {
	color: #fff;
}

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

.shadetabs li a.selected { /*selected main tab style */
	background: url(../images/tabSelected.gif) no-repeat;
}

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

.tabcontent {
	display:none;
}

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









