.shadetabs{
padding: 0px 0px 0px 0px;
margin-left: 0px;
margin-right:0px;
margin-top: 0px;
margin-bottom: 0px;
padding-bottom:0px;
font: bold 12px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
border-bottom: 1px solid #DB261D;
}

.shadetabs li{
display: inline;
margin: 3px;

}

.shadetabs li a{
border:1px solid #d8d8d6;
/*background-color:#F8DAB9;*/
background:url(images/footer1.jpg) top repeat-x #0170BF;
font-family:Arial, Helvetica, sans-serif;
color:#043d8e;
font-weight:bold;
font-size:12px;
text-align:center;
text-decoration:none;
padding:5px 10px 5px 10px;
position:relative;
top:-4px;
}

.shadetabs li a:visited{
color: #043d8e;
}

.shadetabs li a:hover{
text-decoration: none;
color: #043d8e;
}

.shadetabs li.selected{
position: relative;
top: 0px;
}

.shadetabs li.selected a{ /*selected main tab style */
border:1px solid #d8d8d6;
background-color:#EEA85B;
font-family:Arial, Helvetica, sans-serif;
color:#ffffff;
font-weight:bold;
font-size:18px;
text-align:center;
text-decoration:none;
padding:10px;
position:relative;
top:-10px;

}

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

.shadetabs li.selected a:visited {
  color: #ffffff;
}

.tabcontentstyle{ /*style of tab content oontainer*/
margin-bottom: 1em;
padding: 2px;
}

.tabcontent{
display:none;
}

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