div.toctab {
	line-height:20px;
	float:left;
	margin-left:5px;
	padding-bottom:5px;
	margin-top:-20px;
}

.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Times;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}
.nolinkp{
padding: 2px 0;
}
.shadetabs li{
display: inline;
margin-right: -6px;
}

.shadetabs li a{
text-decoration: none;
padding: 7px 7px;
margin-right: 2px;
border: 1px solid #778;
color: #2d2b2b;
background: white  ;
background: lightgrey;
}

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

.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}
*/
.shadetabs li.selected{
position: relative;
top: 0px;
}

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

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

.tabcontentstyle{ /*style of tab content oontainer*/
border: 1px solid gray;
border-top:1px solid lightgrey;
width: 550px;
margin-bottom: 3em;
margin-top:.2em;
padding: 10px;
}

a:link {
 text-decoration:none;
}
.tabcontent{
display:none;
	OVERFLOW:AUTO;
}

ul.ind {
padding-left:3em;
}

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