.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px arial;
list-style-type: none;
text-align:left;} /*set to left, center, or right to align the menu as desired*/

.shadetabs li{ display: inline; margin: 0;}
.shadetabs li a{ text-decoration: none; margin-right:0px; color: #ffffff; text-align:center;}
.shadetabs li a:visited{ color: #ffffff; }
.shadetabs li a:hover{ text-decoration: underline; color: #ffffff;  }

.shadetabs li.selected{ position: relative; top:1px; background:#DEDEDC; padding-bottom:5px; }
.shadetabs li.selected a{ background:#DEDEDC; padding-bottom:5px;} /*selected main tab style */
.shadetabs li.selected a:hover{ text-decoration: none; background:#DEDEDC; padding-bottom:5px; } /*selected main tab style */

.tabcontentstyle{ border:None;  font-size:12px; width: 100%; } /*style of tab content oontainer*/

.tabcontent{ display:none; font-size:12px; margin-left:20px; }

@media print {
.tabcontent { display:block!important; font-size:12px; }
}
