.shadetabs{
padding: 4px 0;
margin-left: 0;
margin-top: 20px;
margin-bottom: 0;
font: bold 100% "Lucida Grande", verdana, arial, helvetica, sans-serif;
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;
padding: 4px 7px;
margin-right: 3px;
border: 1px solid #cccccc;
color: #007399;
background: #ffffff url(/oldlutheran/images/tabfade.png) top left repeat-x;
}

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

.shadetabs li a:hover{
text-decoration: underline;
color: #0099CC;
}

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

.shadetabs li.selected a{ /*selected main tab style */
background: url(/oldlutheran/images/tabfade2_a.png);
border-bottom-color: #FFFFFF;
color: #cb2417;

}

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

.tabcontentstyle{ /*style of tab content oontainer*/
border: 1px solid #cccccc;
width: 670px;
margin-bottom: 1em;
padding: 10px;
font: 80% "Lucida Grande", verdana, arial, helvetica, sans-serif;
line-height: 1.5em;

}






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