@charset "windows-1252";

.container {
position:absolute; 
width:980px; 
height:80px; 
background:#e10202; 
color:#000000; 
margin:5px auto;
} 

#atleft, #atright, #abright, #ableft{
position:absolute; 
width:20px; 
height:20px; 
color:#000;
background:#fff;
} #atleft{
top:0; 
left:0;
}
#atright{
top:0; 
right:0;
}
#abright{
top:60px;
right:0;
}
#ableft{
top:60px;
left:0;
} 

#qtleft, #qtright, #qbright,#qbleft {
position:absolute; 
font-size:150px; 
font-family: Arial; 
color:#e10202;
line-height:40px;
}
#qtleft{left:-8px;}
#qtright {left:-25px;}
#qbright {left:-25px; top:-17px;}
#qbleft {left:-8px; top:-17px
}

#testo {
position:absolute; 
top:50px;
right:10px;
bottom:10px;
left:20px;
z-index:10;
color:#ffffff;
text-align:left;
font-size:10%;
}

.hovermenu ul{
position: absolute;
left: 310px;
top: 40px;
visibility: visible;
z-index:8;
}
.hovermenu ul{
font: bold 12px WST_ital;
padding-left: 0;
margin-left: 0;
height: 20px;
}

.hovermenu ul li{
list-style: none;
display: inline;
}

.hovermenu ul li a{
padding:2px 0.5em;
text-decoration: none;
float: none;
color: #ffffff;
background-color: #e10202;
border:0px solid #e10202;
}

.hovermenu ul li a:hover{
background-color: #255255;
border-style: outset;
}

html>body .hovermenu ul li a:active{ /* Apply mousedown effect only to NON IE browsers */
border-style: inset;
}
#h2 {
color: red;
}
