.tabBkg {
	border: 1px solid #cecdcc; 
	margin: 0px; padding: 30px; 
	width: 560px; height: 320px; 
	background: #fff; 		
	overflow:auto;
	}
	
	
	
	
.shadetabs {
	padding: 3px 0;
	margin-left: 10px;
	margin-top: 1px;
	margin-bottom: 0;
	font: bold 10px 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: 1px solid #dddfcd;
	color: #ccc;
	background: #fff;
	font: bold 10px Verdana;
	}

.shadetabs li a:visited{
	font: bold 10px Verdana;
	color: #cecdcc;
	text-decoration: none;
	}

.shadetabs li a:hover{
	text-decoration: none;
	color: #000;
	background: #dddfcd;
	}
	
.shadetabs li a:active{
	text-decoration: none;
	color: #c29d33;
	background: #fff;
	}
	
.shadetabs li a.selected{ /*selected main tab style */
	position: relative;
	top: 0px;
	}


.shadetabs li a.selected{ /*selected main tab style */
	border-bottom: 1px solid #fff;
	background:#fff;
	color:#c29d33;
	}

.shadetabs li a.selected:hover{ /*selected main tab style */
	text-decoration: none;
	color: #c29d33;
	}

.tabcontent{ display:none; padding: 0 0 20px 0}
.tabcontent  a:link, .tabcontent  a:visited   { color:#c29d33; text-decoration: underline; font-weight:bold }
.tabcontent  a:hover, .tabcontent  a:active   { color:#000; text-decoration: underline;font-weight:bold }


@media print {
.tabcontent {
display:block !important;
}
}