.shadetabs {
	float:left;
	width:100%;
	font-size:93%;
	line-height:normal;
	/*border-bottom:1px solid #6B78A9;*/
}
.shadetabs ul {
	 margin:0;
	 padding:10px 10px 0 50px;
	 list-style:none;
}
.shadetabs li {
  display:inline;
  margin:0;
  padding:0;
  }
.shadetabs a {
  float:left;
	background:url("/images/tabs/tableft4.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 7px;
	text-decoration:none;
	}
.shadetabs a span {
  float:left;
	display:block;
	background:url("/images/tabs/tabright4.gif") no-repeat right top;
	padding:5px 15px 4px 6px;
	/* color:#6B78A9; */
	color:#0066FF;
	}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
.shadetabs a span {float:none;}
/* End IE5-Mac hack */
.shadetabs a:hover span {
  color:#6B78A9;
}
  
.shadetabs a:hover {
  background-position:0% -42px;
	text-decoration:none;
}

.shadetabs a:hover span {
   background-position:100% -42px;
	 text-decoration:none;
	 color:#FF0000;
}

.shadetabs #current a:hover {
	/* color:#6B78A9; */
	color:#0066FF;
	font-weight:bold;
	text-decoration:none;
}

.shadetabs #current a {
	background-position:0% -42px;
}

.shadetabs #current a span {
	background-position:100% -42px;
}


.shadetabs .selected a:hover {
	color:#6B78A9;
	text-decoration:none;
}

.clear { clear:both; line-height:0 }

.shadetabs .selected a {
	background-position:0% -42px;
	color:#6B78A9;
}

.shadetabs .selected a span {
	background-position:100% -42px;
	/* color:#6B78A9; */
	color:#0066FF;
	font-weight:bold;
}

.tabcontentstyle{ /*style of tab content oontainer*/
	margin-right:-2px;
}

.tabcontent{
	display:none;
	border:1px, solid, yellow;
}

@media print {
.tabcontent {
display:block!important;
}
}