#aperto {
    background: url(../../images/sfondo_menu_attivo2.jpg) no-repeat ;
    color: #006249;
    font-weight: bold;
    font-size: 0.7em;
    font-family: Verdana;
    height:31px;
    cursor: default;
/*    padding: 5px 10px 0px 10px;*/
    
    text-decoration: none;
    line-height: 28px;
}

#spazio{
    background-color:#ffffff;
    font-weight: bold;
    font-size: 12px;
    font-family: Verdana;
    height:15px;
    cursor: default;
    /*padding: 5px 10px 0px 10px;*/

}


a.prova:link,a.prova:visited{
	background:  url(../../images/sfondo_menu2.jpg) no-repeat ;
	font-family: Verdana;
	color: #ffffff;
	text-decoration:none;
	font-weight:bolder;
	font-size:0.7em;
	display: block;
	vertical-align: middle;
	text-align: right;
	text-indent: 25px;
	height:31px;
	line-height: 28px;
	text-decoration: none;
}
a.prova:hover {
	background:  url(../../images/sfondo_menu_attivo2.jpg) no-repeat;
	color:#ff0000;
}

