.shadetabs, .shadetabs2 {
	padding: 3px 0;
	margin: 1px 0 0;
	font: bold 12px Verdana;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
}

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

.shadetabs li a, .shadetabs2 li a {
	text-decoration: none;
	padding: 3px 7px;
	margin-right: 3px;
	border: 1px solid #444;
	/*background: #F7F7F5 url(images/tab_shade.gif) top left repeat-x; */
	background: #252525;
	-moz-border-radius: 7px 7px 0 0;
}
.shadetabs2 li a {
	padding: 5px 7px;
	}

.shadetabs li a:visited, .shadetabs2 li a:visited {
	padding: 3px 7px;
}

.shadetabs li a:hover, .shadetabs2 li a:hover {
	/* text-decoration: underline; */
	padding: 2px 7px;
	color: #DCDCDC;
}

.shadetabs li.selected, .shadetabs li:hover, .shadetabs2 li.selected, .shadetabs2 li:hover {
	position: relative;
	top: 1px;
}

.shadetabs li.selected a, .shadetabs li a:hover, .shadetabs2 li.selected a, .shadetabs2 li a:hover { /*selected main tab style */
	/*background: #F7F7F5 url(images/tab_shadeactive.gif);*/
	border-bottom-color: #111111;
	background: #111111;
	color: #DCDCDC;
	padding: 2px 7px;
	-moz-border-radius: 7px 7px 0 0;
}

.shadetabs li.selected a:hover, .shadetabs2 li.selected a:hover { /*selected main tab style */
	text-decoration: none;
	padding: 2px 7px;
}

.tabcontentstyle { /*style of tab content oontainer*/
	border: 1px solid #444;
	margin-bottom: 3em;
	padding: 10px;
}

.tabcontent{ display:none; }

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

