.shadetabs{
line-height:normal;
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 10px;
font: bold 12px Verdana;
list-style-type: none;
padding-bottom:3px;
text-align: left; /*set to left, center, or right to align the menu as desired*/
width:500px;
max-width:500px;
}

.shadetabs ul{
margin:0;
padding:10px 10px 0 20px;
list-style:none;
width:500px;
}

.shadetabs li{
display: inline;
margin: 0;
padding-bottom:10px;

}

.shadetabs li a{

padding-bottom:10px;
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid #778;
color: #2d2b2b;
background: white url(shade.gif) top left repeat-x;
}

.shadetabs li a:visited{
color: #2d2b2b;
padding-bottom:10px;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
padding-bottom:10px;
}

.shadetabs li.selected{
position: relative;
padding-bottom:10px;
top: 1px;
}

.shadetabs li.selected a{ /*selected main tab style */
background-image: url(shadeactive.gif);
border-bottom-color: white;
padding-bottom:10px;
}

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

.contentstyle{
padding-top:10px;
margin-top:20px;
border: 1px solid gray;
width: 500px;
margin-bottom: 1em; padding: 10px;
display:none;
}
@media print {
.contentstyle{
display:block !important;
}
}


.tabcontent{
display:none;
}

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


.tabs5 {
      float:left;
      width:100%;
      padding:5px;
      font-size:93%;
      line-height:normal;
	  max-width:550px;

      }
    .tabs5 ul {
          margin:2px;;
          padding:10px 10px 0 50px;
          list-style:none;
      }
    .tabs5 li {
      display:inline;
      margin:0;
      padding:0;
      }
    .tabs5 a {
      float:left;
      background:url("tableft5.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    .tabs5 a span {
      float:left;
      display:block;
      background:url("tabright5.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#FFF;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    .tabs5 a span {float:none;}
    /* End IE5-Mac hack */
    .tabs5 a:hover span {
      color:#FFF;
      }
    .tabs5 a:hover {
      background-position:0% -42px;
      }
    .tabs5 a:hover span {
      background-position:100% -42px;
      }

      .tabs5 #current a {
              background-position:0% -42px;
      }
      .tabs5 #current a span {
              background-position:100% -42px;
      }