.shadetabs {
	padding: 3px 0;
	margin-left: 10px;
	margin-top: 1px;
	margin-bottom: 1px;
	font: bold 11px 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;
	position: relative;
	z-index: 1;
	padding: 3px 7px;
	margin-right: 1px;
	border-top: 1px solid #b5b596; 
	border-left: 1px solid #b5b596; 
	border-right: 1px solid #b5b596; 
	border-bottom: 0px solid #933; 
	color: #787d68;
	background: #d0d0ac;
	}

.shadetabs li a:visited{
	color: #787d68;
	}

.shadetabs li a:hover{
	text-decoration: none;
	color: #787d68;
	background: #aaaa86;
	border-bottom: 1px solid #aaaa86; 
	}
	

.shadetabs li a.selected{ /*selected main tab style */
	position: relative;
	top: 0px;
	}


.shadetabs li a.selected{ /*selected main tab style */
	border-bottom: 2px solid #d0d0ac;
	border-left: 1px solid #933;
	border-right: 1px solid #933;
	border-top: 1px solid #933;
	background:#d0d0ac;
	color:#933;
	}

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

.tabcontent{ display:none;}
.tabcontent  a:link, .tabcontent  a:visited   { color:#933; text-decoration: underline; }
.tabcontent  a:hover, .tabcontent  a:active   { color:#fff; text-decoration: underline; }

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