.shadetabs{
	font: .9em "Trebuchet MS" Verdana, Arial, sans-serif;
	line-height: 1.5em; 
    background: #F6F9FB; 
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
	color: #3B6EBF;
	text-decoration: none;
}

.shadetabs li a:visited{
	color: #3B6EBF;
	text-decoration: none;
}

.shadetabs li a:hover{
	color: #3B6EBF;
	text-decoration: underline;
}

.shadetabs li.selected{

}

.shadetabs li.selected a{ /*selected main tab style */
	color: #3B6EBF;
	text-decoration: none;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
	color: #3B6EBF;
	text-decoration: underline;
}

.contentstyle{
border: 1px solid gray;
width: 450px;
margin-bottom: 1em; padding: 10px;
}