@CHARSET "ISO-8859-1";

h3.sl, h4.sl
{
color:#051c6c;
}

h1.scritta
{
	font-size:12px;
	color:#051c6c;
	vertical-align: bottom;
}

.quadr
{
	border-bottom:2px #00008B ridge;
	border-right:2px #00008B ridge;
}	

a span.tt-container
{
   display:none;
}
a:hover 
{ 
	position: relative;
}

a:hover span.tt-container 
{
    background: #ffffff;
    display:block;
    height: 10em;
    position: absolute;
    top: -20px;
    left: 50px;
    z-index: 1;
    width: 11em;
    border:4px #00008B ridge;
    text-align:left;
    padding-left:20px;
    padding-top: 10px;
}
a:hover span.tt-arrow {
    background-image:url(img/livelli/tooltiparrow.png);
    height: 15px;
    left: 50px;
    position: absolute;
    top: -35px;
    width: 15px;
}
a:hover span.tt-text 
{ 
	
}
