
#bloccomenu {
position:relative;
top:13px;
left:30px;
}

#menud {
list-style-type:none;
position:absolute;
left:0;
margin:0 0 10px;
padding:0;
}

#menu {
position:absolute;
top:0;
left:0;
margin-top:24px;
margin-left:5px;
background-image:url(/immagini/sfondotesto.png);
width:182px; height: 500px;
border-left:2px solid #FFF;
border-right:2px solid #FFF;
font: 12px verdana, arial, sans-serif;
}



 .click-menu .box1 {
        background: url("/images/sfondomenu1.jpg") no-repeat;
        color: #003366;
	height: 20px;
	border-bottom:1px solid white;
    }
    .click-menu .box1-hover {
        background: url("/images/sfondomenu2.jpg") no-repeat;
        color: #fff;  height: 20px;	border-bottom:1px solid white;

    }
    .click-menu .box1-open {
        background: url("/images/sfondomenu2.jpg") no-repeat;
        color: #fff; height: 20px;	border-bottom:1px solid white;

    }
    .click-menu .box1-open-hover {
        background: url("/images/sfondomenu2.jpg") no-repeat;
        color: #fff; height: 20px;	border-bottom:1px solid white;

    }
    .click-menu .box1,
    .click-menu .box1-hover,
    .click-menu .box1-open,
    .click-menu .box1-open-hover {
        text-indent: 10px;
        font-weight: normal;
        font-size: 12px;
        line-height: 21px;
        font-family: Verdana;
        cursor: pointer;
border-bottom:1px solid white;
        width: 182px;
    }
    .click-menu .section {
        /*background-color: #46351F;*/
        font-family: verdana;
        font-size: 11px;
        line-height: 15px;
        display: none;
    }
    .click-menu .section a {
        color: #003366;
        text-decoration: none;
        white-space: nowrap;
    }
    .click-menu .section a:hover {
        /*color: #FFFF99;*/
        text-decoration: none;
        white-space: nowrap;
    }
    .click-menu .box2 {
        border-color: silver;
        border-width: 1px;
        border-style: none none solid none;
        padding: 1px 0 2px 6px;
	background: #ccffff;
border-bottom:1px solid white;
    }
    .click-menu .box2-hover {
        border-color: silver;
        border-width: 1px;
        border-style: none none solid none;
border-bottom:1px solid white;
        padding: 1px 0 2px 6px;
        background: #c0e6ef;
    }