.shadetabs{
  font: bold 10px Verdana;
  list-style-type: none;
  text-align: left; /*set to left, center, or right to align the menu as desired*/
  width: 550px;
  height: 24px;
  padding: 0px 0px 0px 0px;
  margin: 0px 4px 0px 4px;
  overflow: hidden;
  position: relative;
  left: auto;
  top: 6px;
  border-bottom: 1px solid #cf6414;
}

.shadetabs li{
  display: inline;
}

.shadetabs li span{
  float: left;

}

.shadetabs li a{
  text-decoration: none;
  z-index: 1;
  color: #cf6414;
  height:23px;
  width: 135px;
  height: 100%;
  line-height: 22px;
  display: block;
  text-align: center;
  overflow: hidden;
  background: #fbd199;
  border: 1px solid #cf6414;
}

.shadetabs li a:visited{
  color: #2d2b2b;
}

.shadetabs li a:hover{
  color: #cf6414;
}

.shadetabs li a.selected{ /*selected main tab style */
}

.shadetabs li a.selected{ /*selected main tab style */
  color: #fbd199;
  background: #cf6414;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
  text-decoration: none;
  color: #ffffff;
}

.tabcontent{
 display:none;
 padding-top: 5px;
}

@media print {
  .tabcontent {
  display:block !important;
  }
}

.leertab{
  float:right;
  width: auto;
  background-color: red;
}


