.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 6px;
font: bold 14px Arial, Helvetica, sans-serif;
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: 10px 15px;
	margin-right: 0px;
	color: #ef3a32;
	background: white url(../images/tab_nor.jpg) top left no-repeat;
	width:200px;
	border-right:1px solid #d3d2d2;
}

.shadetabs li a:visited{
color: #2d2b2b;
text-decoration:none;
}

.shadetabs li a:hover{
text-decoration:none;
color: #0068c5;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 1px;
}

.shadetabs li a.selected{ /*selected main tab style */
background-image: url(../images/tab_sel.jpg);
border-bottom-color: white;
color: #ef3a32;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}
