.shadetabs{
	padding: 3px 0;
	margin-left: 0;
	margin-top: 1px;
	margin-bottom: 0px;
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	list-style-type: none;
	text-align: left;
	color: #661583;
}

.shadetabs li{
display: inline;
margin: 0;
color: #661583;
}

.shadetabs li a{
text-decoration: none;
padding: 3px 3px;
margin-right: .5px;
border: 1px solid #661583;
background: white url(shade.gif) top left repeat-x;
color: #661583;
}

.shadetabs li a:visited{
color: #661583;
}

.shadetabs li a:hover{
text-decoration: none;
color: #000000;
}

.shadetabs li.selected{
position: relative;
top: 1px;
color: #661583;
}

.shadetabs li.selected a{ /*selected main tab style */
background-image: url(shadeactive.gif);
border-bottom-color: white;
color: #661583;
}

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


.contentstyle{
	border: 1px solid #661583;
	width: 806px;
	text-align: center;
	margin-bottom: 1em;
	padding: 0px;
	background-color: #ffffff;
}

.contentrow{
	border: 1px solid #661583;
	float:left; 
	width: 160px;
	text-align: center;
	padding: 0px;
	background-color: #FFFFFF;

}

