ul.shadetabs{
margin:0;
padding: 3px 0;
font: bold 12px Verdana;
border-bottom: 1px solid #013a81;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

ul.shadetabs li{
display: inline;
margin: 0;
list-style:none;
}

ul.shadetabs li a{
text-decoration: none;
padding: 3px 7px;
padding-top:2px;
border: 1px solid #013a81;
border-bottom: none;
color: #013a81;
background: #deeaf8;
margin-left:4px;
margin-right:-2px;

}

ul.shadetabs li a:visited{
color: #013a81;
}

ul.shadetabs li a:hover{
color: #000000;
background:#8db8ed;
border-color: #000;
}

ul.shadetabs li.selected a{ /*selected main tab style */
background: white;
border-bottom:1px solid #fff;
}

ul.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
background:white;
border-bottom:1px solid #fff;
}

.tabcontentstyle{ /*style of tab content oontainer*/
border: 1px solid #013a81;
border-top:0px;
width: 570px;
margin-bottom: 1em;
}

.tabcontent{
display:none;
}

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