.shadetabs{
	margin-left: 0;
	margin-top: 10px;
	margin-bottom: 0;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: bold;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 0;
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
	text-decoration: none;
	margin-right: 3px;
	border: 1px solid #778;
	color: #000000;
	background-color: white;
	background-image: url(Immagini/shade.gif);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 3px;
	padding-right: 7px;
	padding-bottom: 3px;
	padding-left: 7px;
}

.shadetabs li a:visited{
color: #000000;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #012971;
}

.shadetabs li.selected{
	position: relative;
	top: 1px;
	color: #012971;
}

.shadetabs li.selected a{ /*selected main tab style */
	background-image: url(Immagini/shadeactive.gif);
	border-bottom-color: white;
	color: #012971;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
	text-decoration: none;
	color: #012971;
}

.contentstyle{
	border: 1px solid gray;
	width: 680px;
	margin-bottom: 1em;
	padding: 10px;
	font-family: Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}

