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

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

.shadetabs li a {
	background: rgb(255,178,107); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,178,107,1) 0%, rgba(255,127,0,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,178,107,1)), color-stop(100%,rgba(255,127,0,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,178,107,1) 0%,rgba(255,127,0,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,178,107,1) 0%,rgba(255,127,0,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,178,107,1) 0%,rgba(255,127,0,1) 100%); /* IE10+ */
background: linear-gradient(top,  rgba(255,178,107,1) 0%,rgba(255,127,0,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb26b', endColorstr='#ff7f00',GradientType=0 ); /* IE6-9 */

box-shadow:0 1px 0 0 #FFD3AD inset !important;
	color: #000;
	position: relative;
	z-index: 1;
	padding: 3px 7px;
	margin-right: 5px;
border-top: 1px solid #E07000;
border-left: 1px solid #E07000;
border-right: 1px solid #E07000;
	
-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
text-decoration: none;
text-shadow: 1px 1px #FFD3AF;
}

.shadetabs li a:hover {
text-decoration: none;
color:#333;
position: relative;
top: -1px;
padding-bottom:4px;
}

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

.shadetabs li a.selected {
 /*selected main tab style */
background:#fff;
color: #000;
border-bottom-color: #81A2C4;
text-shadow: 1px 1px #fff;
}

.shadetabs li a.selected:hover {
 /*selected main tab style */
text-decoration: none;
padding-bottom:3px;
}

.tabcontent {
display:none;
}

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


}


		