#notizie_menu li {
    font-size: 11px;
    font-weight: bold;
    margin-top: 15px;
}
#notizie_menu a:link{
    text-decoration:none;
    color:black;
}
#notizie_menu a:visited{
    text-decoration:none;
    color:black;
}
#notizie_menu a:hover{
    text-decoration:none;
    color:white;
}
#notizie_menu{
    override: auto;
    overflow-y: auto;
    scrollbar-3dlight-color: #6D95C8;
    scrollbar-base-color: #6D95C8;
    scrollbar-darkshadow-color: #577fb1;
    scrollbar-face-color: #6D95C8;
    scrollbar-highlight-color: #6D95C8;
    scrollbar-shadow-color: #6D95C8;
    width:154px;
    padding-left:14px;
    height:325px;
    padding-right:45px;
}
#subPaginator{
    margin-left:10px;
    font-weight:bold;
}

#subPaginator span.nero{
    color:black;
    vertical-align:top;
}
#subPaginator span.bianco{
    color:white;
}
#notizie_menu li.bianco{
    color:white;
}
#notizie_tree{
    display:none;
}
