.navshadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.navshadetabs li{
display: inline;
margin: 0;
}

.navshadetabs li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
border: 0px solid #8bd3e5;
color: #2d2b2b;
background: #f7f7f7;
}

.navshadetabs li a:visited{
color: #2d2b2b;
}

.navshadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

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

.navshadetabs li.selected a{ /*selected main tab style */
border-bottom-color: #8bd3e5;
}

.navshadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

.navtabcontentstyle{ /*style of tab content oontainer*/
border: 0px solid gray;
width: 960px;
background: #f0f0f0;
margin-bottom: 1em;
padding: 10px;
}

.navtabcontent{
display:none;
}

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