.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Arial;
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;
font-weight: bold;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid #778;
color: #FFFFFF;
background: white url(/images/tab.jpg) top left repeat-x;
}

A:Link.shadetabsAConfig {
	font: bold 12px Arial;
	text-decoration: none;
	color:#FFFFFF;
	font-weight:600;
}
A:Visited.shadetabsAConfig {
	font: bold 12px Arial;
	text-decoration: none;
	color:#FFFFFF;
	font-weight: 600;
}
A:Hover.shadetabsAConfig {
	font: bold 12px Arial;
	text-decoration: underline;
	color:#FFFFFF;
	font-weight: 600;
}

.shadetabs li a:link{
text-decoration: none;
	color:#FFFFFF;
	font-weight:600;
}

.shadetabs li a:visited{
text-decoration: none;
	color:#FFFFFF;
	font-weight:600;
}

.shadetabs li a:hover{
text-decoration: underline;
	color:#FFFFFF;
	font-weight: 600;
}

.shadetabs li.selected{
position: relative;
color: #FFFFFF;
top: 1px;
}

.shadetabs li.selected a{ /*selected main tab style */
background-image: url(/images/tab_select.jpg);
border-bottom-color: white;
}

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

.tabcontentstyle{ /*style of tab content oontainer*/
border: 1px solid #E4E4E4;
width: 218px;
margin-bottom: 1em;
padding: 10px;
background-color:#F2F2F2;
}

.tabcontent{
display:none;
}

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