/* **** MENU COLONNA SINISTRA ***** */
DIV#MPageContentSx ul {
    list-style-image: url(../images/Segnalista.png);
    margin-bottom:0;
    list-style-type:disc;
    margin-left: 40px;
    padding: 0px;
}
DIV#MPageContentSx ul ul {
/* list-style-image: url(../images/Segnalista.png); */
    list-style-image:none;
    margin-top:0;
    margin-bottom:0;
    list-style-type:disc;
    margin-left: 18px;
    padding: 0px;
}
DIV#MPageContentSx ul li {
    color: #ffffff;
    line-height: 22px;
/*
  background-image: url(../images/BackGroundMenuElement.png);
  background-position: bottom left;
  background-repeat: no-repeat;
 */
}
DIV#MPageContentSx ul li a {
    color:#1f0c0c;
    font-weight:normal;
}
DIV#MPageContentSx ul li a:hover, DIV#MPageContentSx ul li a:active {
    color:#1f0c0c;
    font-weight:bold;
}
/* Men Top */
DIV#MPageMenuTop ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    margin-left:auto;
    margin-right:auto;
    width:100%;
}
DIV#MPageMenuTop ul li {
    display: inline-block;
    padding-top:0;
    float: left;
    width: 142px;
    text-align: center;
}
DIV#MPageMenuTop ul li a {
    color:#3e1818;
    height: 28px;
    width:inherit;
    line-height: 26px;
    font-size: 12px;
    font-weight:normal;
    cursor:pointer;
}
DIV#MPageMenuTop ul li a:hover,DIV#MPageMenuTop ul li a:active {
    color:#3e1818;
    text-decoration:underline;
    font-weight:bold;
    cursor:pointer;
}

