﻿#menuLR ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #eaeaea;
    list-style-image: none;
    border-bottom: 3px solid #adadad;
}

#menuLR li {
    float: left;
    border-right: 1px solid #bbb;
    padding-bottom: 0px !important;
    
    list-style-type: none;
    margin: 0;
    vertical-align: middle;
}

    #menuLR li a {
        display: block;
        color: black;
        text-align: center;
        padding: 20px 14px 0px 14px;
        text-decoration: none;
        height: 50px;
        background: url('../immagini/down_filled1600.png') transparent;
        background-size: 20px 20px;
        background-position: bottom 5px right 7px;
        background-repeat: no-repeat;
        min-height:80px;
    }

        #menuLR li a:hover:not(.active):not(.disabled) {
            background-color: #cecece;
        }

#menuLR .active {
    color: #fff;
    font-weight: bold;
    background-color: #128434;
    /*-webkit-filter: hue-rotate(180deg);
    filter: hue-rotate(180deg);*/
}

#menuLR .disabled {
    color: #fff;
    background-color: #cecece;
    /*-webkit-filter: hue-rotate(180deg);
    filter: hue-rotate(180deg);*/
}

#menuLR .disabled:hover{
    cursor: default;
}


.titolopdl
{
	text-align: center;
	font-weight: bold;
	font-size: 1.1em;
	font-family: Verdana, arial, sans-serif;
	margin: 10px;
}

.labelcenter
{
	text-align: center;
	color: #006500;
	font-weight: bold;
	font-family: Verdana, arial, sans-serif;
	margin-top: 5px;
}

.labelleft
{
	text-align: left;
	color: #006500;
	font-weight: bold;
	font-family: Verdana, arial, sans-serif;
	margin-top: 5px;
}
.textcenter
{
	text-align: center;
	font-weight: bold;
	font-size: 120%;
	font-family: Verdana, arial, sans-serif;
}

.roundDIV
    {
        border-color: Gray;
        border-width: 1px;
        border-style: solid;
        border-radius: 10px;
        padding: 10px;
        margin: 10px;
        background-color: White;
    }

.intestazione a {
    color: #006500;
    text-decoration: none;
}

.intestazione ul {
    list-style-image: none;
    padding-left:30px;
    font-weight: normal;
}

.titolodoc-normal {
    text-align: left;
    font-weight: normal;
    font-size: 13px;
    font-family: Verdana, arial, sans-serif;
}