/*css del menu*/

dl, dt, dd, #navigatore ul, #navigatore ul li {
margin: 0;
padding: 0;
list-style-type: none;
color:#000000;
}
#navigatore {
position: absolute;
top: 0;
left: 0;
font-size:12px;
}
dl#navigatore {
padding-left:41px;
padding-top:28px;
width: 201px;
}
dl#navigatore dt {
cursor: pointer;
margin-bottom: 2px;
/*height: 20px;*/
line-height: 16px;
text-align: left;
/*font-weight: bold;*/
/*border: 1px solid gray;*/
/*background: #ccc;*/
}
dl#navigatore dd {
/*border: 1px solid gray;*/
}
dl#navigatore li {
text-align: left;
height:14px;
/*background: #fff;*/
}
dl#navigatore li a{
/*color: #000;*/
text-decoration: none;
display: block;
border: 0 none;
height: 16px;
color:#000000;
padding-bottom:3px;
}

dl#navigatore li a:hover{
text-decoration: none;
display: block;
border: 0 none;
height: 16px;
color:#962C35;
padding-bottom:3px;
}

dl#navigatore dt a {
color: #000;
text-decoration: none;
display: block;
border: 0 none;
height: 100%;
}

dl#navigatore dt a:hover {
color: #5C5151;
text-decoration: none;
display: block;
border: 0 none;
height: 100%;
}
