.shadetabs{
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	white-space: normal;
	display: table;
	}

.shadetabs li{
display: inline;
}

.shadetabs li a{
	text-decoration: none;
	position: relative;
	z-index: 1;
	color: #FFFFFF;
	background-color: #a6d1e2;
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	background-image: url(../images/navl-article.gif);
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

.shadetabs li a:visited{
}

.shadetabs li a:hover{
text-decoration: none;
color: #2d2b2b;
}

.shadetabs li a.selected{ /*selected main tab style */
	position: relative;
	top: 0px;
	padding-left: 5px;
	background-image: url(../images/navl-article.gif);
	background-position: left top;
	background-repeat: no-repeat;
	background-color: #a6d1e2;
	color: #000000;
}
#shadetabs { /*selected main tab style */
	background-image: url(../images/navrh-article.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.shadetabs li span{ /*selected main tab style */
	padding-right: 5px;
	background-image: url(../images/navr-article.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontent{
	display:inline;
}

@media print {
.tabcontent {
display:inline!important;
}
}
