@charset "UTF-8";
/* CSS Esempi su MoebiusMania.net */
/* Realizzati da Salvatore Laisa */

/* css tip 5 */
.testo_linkato a {
	color: #09F;
	text-decoration: none;	
}

.testo_linkato a:hover {
	color: #FFF;
	text-decoration: underline;	
}

.provamenu1 {
	list-style-type: none;
	width: 160px;
	padding-left: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #006;
	border-bottom-color: #006;
	border-left-color: #006;
}
.provamenu1 li {
	padding-top: 5px;
	padding-bottom: 5px;
	color: #FFF;
	background-color: #06F;
	padding-left: 10px;
	text-transform: uppercase;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #003;
	margin: 0px;
}
.provamenu1 li:hover {
	color: #1A64FC;
	background-color: #FFF;
	cursor: pointer;
}
/* fine css tip 5 */

/* css tip 8 */
.alpha_prova {
	width: 100px;
	height: 80px;
	color: blue;
	background: white;
	border: 1px solid black;
	margin: 15px;
	padding-top: 20px;
	text-align: center;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=40);
	-moz-opacity:0.4;
	-khtml-opacity: 0.4;
	opacity: 0.4;
}
.alpha_prova:hover {
	opacity: 1;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
}
/* fine css tip 8 */

/* css tip 10 */
.flprova{
	padding: 5px 30px;
}
#flprova li:first-child{
   color: aqua;
}
#flprova li:last-child{
   color: green;
}
/* fine css tip 10 */