.pd {border-top-color: #319A31;
	border-top-style: solid;
	border-top-width: 1px; margin:auto}
.shadetabs{
	padding: 3px 0;
	margin-left: 0;
	margin-top: 1px;
	margin-bottom: 0;
	font: 90%;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	border-bottom:none
}

.shadetabs div{
float:left;
margin:0;
}
.ind {margin:0 0 0 10px}
.shadetabs div a{
text-decoration: none;
white-space:normal;
padding: 3px 7px;
margin-right: 3px;
border-left:1px solid #319A31; border-right:1px solid #319A31; border-top:1px solid #319A31;
color: #2d2b2b;
display: block;
height:42px; text-align:center;
width:77px;
background: white top left repeat-x;
}

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

.shadetabs div a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.shadetabs div.selected{
position: relative;
top: 1px;
}

.shadetabs div.selected a{ /*selected main tab style */
border-bottom-color: white; border-bottom-width:1px; border-top-color:#319A31; border-top-width:1px; border-top-style:solid;
}

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

.contentstyle{
	width: 600px;
	margin-bottom: 1em;
	padding: 10px;

}

