/*=============================================================== lista =*/
#lista{
position: relative;
overflow: visible;
margin: 10px;
border: 1px solid #dc6226;
overflow: visible;
padding: 7px;
font-size: 0.9em;
z-index:100;
}
#lista ul{
list-style-type: none;
}
#lista li{
font-weight: normal;
padding: 0 2px;
line-height: 20px;
color: #000066;
list-style-type: none;
position:relative;
z-index:1;
}
#lista li.single{
background: url(../imgcss/singlelist.gif);
}
#lista li.single:hover{
background: #458982 url(../imgcss/mn_headho.gif) repeat-x;
color: #18395F ; /*-------COLORE BASE--5---*/
}
#lista li.norecord{
background: url(../imgcss/singlelist.gif);
color: #808080;
}
#lista li.multi{
background: url(../imgcss/multilist.gif);
z-index:1000;}
#lista a{
color: #000066;
text-decoration: none;
line-height: 12px;
}
#lista ul li ul{
visibility:hidden;
position:absolute;
top:0px;
left:240px;
width:100%;

}
#lista ul li ul li{
position:relative;
}
#lista ul li ul li:hover{
background: #458982 url(../imgcss/mn_headho.gif) repeat-x;
color: #18395F ; /*-------COLORE BASE--5---*/

}
#lista ul li:hover ul, #lista ul li a:hover ul{
visibility: visible;
background: url(../imgcss/singlelist.gif);
}
#lista ul li:hover a li, #lista ul li a:hover li{
float:left;
}

