.shadetabs{
padding: 0px;
margin-left: 68px;
margin-top: 0px;
margin-bottom: 0px;
font-family: "Lucida Sans Unicode",Verdana,sans-serif;
font-size: 11px;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/

}

#shadetabs ul {
  margin:0;
  padding:0px 10px 0 50px;
  list-style:none;
  }
#shadetabs li {
  display:inline;
  margin:0;
  padding:0;
  }
#shadetabs a {
  float:left;
  background:url("tableft6.html") no-repeat left top;
  margin:0;
  padding:0 2px 0 2px;
  text-decoration:none;
  }

#shadetabs a span {
  float:left;
  display:block;
  background:url("tabright6.html") no-repeat right top;
  padding:1px 5px 1px 5px;
  color:#FFF;
  }

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#shadetabs a span {float:none;}
/* End IE5-Mac hack */
#shadetabs a:hover span {
  color:#FFF;
  }
#shadetabs a:hover {
  background-position:0% -42px;
  }
#shadetabs a:hover span {
  background-position:100% -42px;
  }
  #shadetabs #current a {
		  background-position:0% -42px;
  }
  #shadetabs #current a span {
		  background-position:100% -42px;
  }
  
  
.tabcontent{
display:none;
font-family: "Lucida Sans Unicode",Verdana,sans-serif;
font-size: 11px;
color:#333333;
font-weight:normal;
line-height:18px;

}

@media print {
.tabcontent {
display:block !important;
}
}

