.shadetabs {
	padding: 3px 0;
	margin-left: 40px;
	margin-top: 1px;
	margin-bottom: 0;
	font: bold 100% 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: 3px 7px;
	margin-right: 3px;
	border: 1px solid #999;
	color: #03f;
	background-color: #fff;
}

.shadetabs li a:visited {
	color: #03f;
}

.shadetabs li a:hover {
	text-decoration: none;
	color: #f90;
}

.shadetabs li.selected {
	position: relative;
	top: 0px;
	color: #666;
}

.shadetabs li.selected a { /*selected main tab style */
	background-color: #f5f5f5;
	border-bottom-color: #f5f5f5;
}

.shadetabs li.selected a:hover { /*selected main tab style */
	text-decoration: none;
}

.tabcontentstyle { /*style of tab content oontainer*/
	border: 1px solid #999;
	width: 480px;
	margin-bottom: 1em;
	margin-left: 10px;
	padding: 10px;
	background-color: #f5f5f5;
}

.tabcontentstyle p {
	margin: 10px 0 0 0;
	padding: 0;
}

.tabcontent {
	display:none;
}

@media print {
	.tabcontent {
		display:block!important;
	}
}