#click-menu2{
	margin-top:48px;
	width:240px;
	
    }
	#click-menu2 h2{
	text-indent:-9999px;
	
    }
    .click-menu .box1 {
        background: url(../images-menu_verticale/button1.gif) no-repeat;
        color: #333;
    }
    .click-menu .box1-hover {
        background: url(../images-menu_verticale/button1.gif) no-repeat;
        color: #666;
    }
    .click-menu .box1-open {
        background: url(../images-menu_verticale/button1-click.gif) no-repeat;
        color: #666;
    }
    .click-menu .box1-open-hover {
        background: url(../images-menu_verticale/button1-click.gif) no-repeat;
        color: #999;
    }
	.altezza_8{
		height:8px;
    }
	
    .click-menu .box1,
    .click-menu .box1-hover,
    .click-menu .box1-open,
    .click-menu .box1-open-hover {
        text-indent: 12px;
        font-weight: bold;
        font-size: 14px;
        line-height: 31px;
        font-family: arial;
        cursor: pointer;
        width: 240px;
    }
    .click-menu .section {
        background-color: #ccc;
        font-family: arial;
        font-size: 13px;
        line-height: 15px;
        padding: 0 0 5px 10px;
        display: none;
    }
    .click-menu .section a {
        color: #111;
        text-decoration: none;
        white-space: nowrap;
    }
    .click-menu .section a:hover {
        color: #999;
        text-decoration: none;
        white-space: nowrap;
    }
    .click-menu .box2 {
		width: 220px;
        border-color: #ccc;
        border-width: 1px;
        border-style: solid;
        padding: 2px 0 3px 6px;
    }
    .click-menu .box2-hover {
		width: 220px;
        border-color: #666;
        border-width: 1px;
        border-style: solid ;
        padding: 2px 0 3px 6px;
        background: #fff;
    }