.nav-stacked {
    display:block;
    list-style: none;
    padding:0;
    margin-left:-10px;
}

.nav-stacked li {
    border-bottom: 1px solid #ccc;
    
}

.nav-stacked > li + li {
    margin-top: 0px !important;
    margin-left: 0;
}

.nav-stacked li a{
    color:#333;
    font-size: 13px;
    line-height: 30px;
    text-decoration: none;
    padding:0 0 0 5px;
    width:100%;
    height:100%;
    display:block;
}

.grandezzaH2{
    font-size: 13px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 8px 5px 8px 0px;
}

.grandezzaH2:hover{
    font-size: 13px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 8px 5px 8px 0px;
    font-weight: bold;
}

.nav-stacked li a:hover{
    font-weight: bold;
    background:#ccc;
    border-radius: none !important;
}

.nav-stacked li a span {
    color:#ccc;
    /*float:right;*/
    margin-right:5px;
    font-weight:500;
    font-size: 25px;
    position: absolute;
    top: 0;
    right: 0;
}

/* hack per mozilla */
@-moz-document url-prefix() {
    .nav-stacked li a span.sub {
        display: none;
    }
}
/* hack per mozilla */

.nav-stacked li a:hover span{
    color:#fff;
}

.dropup,
.dropdown {
    position: relative;
}
.dropdown-toggle:focus {
    outline: 0;
}
.dropdown-menu {
    position: absolute;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 200px;
    margin-top: 1px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    text-align: left;
    list-style: none;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 0px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.dropdown-menu > li > a {
    color:#333;
    font-size: 13px;
    line-height: 30px;
    text-decoration: none;
    padding:0 0 0 5px;
    width:100%;
    height:100%;
    display:block;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    color: #000;
    font-weight: bold;
    text-decoration: none;
    background-color: #ccc;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #337ab7;
    outline: 0;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
    background-color: #000;
    border: 0;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.nav-pills > li > a {
    border-radius: 0px;
}