.shadetabs {
  padding: 3px 0px;
  margin-left: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  list-style-type: none;
  text-align: left; /* set to left, center, or right to align the menu as desired */
}

.shadetabs li {
  display: inline;
  margin: 0px;
  line-height: 2.2;    
}

.shadetabs li a {
  text-decoration: none;
  position: relative;
  z-index: 1;
  padding: 3px 7px;
  margin-right: 3px;
  border: 1px solid #7cb5fc;
  color: #003ca0;
  background: white url(shade.gif) top left repeat-x;
}

.shadetabs li a:visited {
  color: #003ca0;
}

.shadetabs li a:hover {
  text-decoration: underline;
  color: #003ca0;
}

.shadetabs li a.selected { 
  /* selected main tab style */
  /* 
  position: relative;
  top: 1px;
  */
}

.shadetabs li a.selected { 
  /* selected main tab style */
  background-image: url(shadeactive.gif);
  /* border-bottom-color: white; */
}

.shadetabs li a.selected:hover { 
  /* selected main tab style */
  text-decoration: none;
}

.tabcontent {
  display:none;
}

/*
@media print {
 .tabcontent {
   display:block !important;
  }
}
*/

