.shadetabs{
  font: bold 10px Verdana;
  list-style-type: none;
  text-align: right; /*set to left, center, or right to align the menu as desired*/
  width: 790px;
  height: 30px;
  padding: 0px 15px 0px 0px;
  margin: 0px 15px 0px 0px;
  overflow: hidden;
}

.shadetabs li{
  display: inline;

}

.shadetabs li a{
  text-decoration: none;
  z-index: 1;
  color: #2d2b2b;
  background: url(../img/light.jpg);
  height:30px;
  width: 140px;
  height: 100%;
  line-height: 30px;
  display: block;
  text-align: center;
  padding-top: 3px;
  overflow: hidden;
}

.shadetabs li a:visited{
  color: #2d2b2b;
}

.shadetabs li a:hover{
  color: #2d2b2b;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
  color: white;
}

.shadetabs li a.selected{ /*selected main tab style */
  color: white;
  background: url(../img/dark.jpg);
}

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

.tabcontent{
 display:none;
 background: url(../img/darkline.jpg) no-repeat top;
 padding-top: 5px;
}

.tabcontentl{
 display:none;
 background: url(../img/darkline_763.jpg) no-repeat top;
 padding-top: 5px;
}

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

