.shadetabs {
	padding: 3px 0;
	margin: 0;
	font: bold 12px;
	list-style-type: none;
	text-align: left;
}

.shadetabs li {
	display: inline;
	margin: 0;
}

#resumetabs.shadetabs li a {
	text-decoration: none;
	position: relative;
	z-index: 1;
	padding: 3px 7px;
	margin-right: 3px;
	color: #ffffff;
	background: #2e0406;
}

#resumetabs.shadetabs li a:hover {
	text-decoration: underline;
	background: #7e0e07;
}

#resumetabs.shadetabs li a.selected {
	position: relative;
	background: #7e0e07;
}

#resumetabs.shadetabs li a.selected:hover {
	text-decoration: none;
}

.tabcontent {
	display: none;
}

@media print {
	.tabcontent {
	display:block !important;
}
}