/* I livelli di questo css servono per dividere 
	eventualmente la pagina in due parti */


/* Contenitore di sinistra */
div.menusx {
	float: left;
	padding: 2px;
	width: 20%;
	}
/* Contenitore di destra */
div.testodx {
	float: right;
	padding: 2px;
	width: 78%;
	}
div.menusp {
	background-color: White;
	padding: 4px;
	margin-bottom: 4px;
	color : #666666;
	text-align : left;
}
	div.menu {
	background-color: #F0F5F9;
	padding: 4px;
	margin-bottom: 4px;
	text-align : left;
}
div.menu a:link {
	background-color: #F0F5F9;
	color: #036;
}
div.menu a:visited {
	background-color: #F0F5F9;
	color: #900;
}
div.menu a:hover {
	background-color: #036;
	color: #FFF;
}


div.testa {
	background-image : url(../img/verde2.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
}
td.prof {
	background-color: transparent;
	padding: 5px;
	font-weight: bold;
	border: 0;
}

