/*
		font color:										E0DFD7
		background color gray: 				C1C2C4
		background color dark green:	29383A
		rosso:												E7501E
		giallo:												FFF100
		giallo2:											FFF7A5
		
*/

.click-menu {
    width: 140px;
    margin-left: 4px;
    margin-top: 2px;
}
.click-menu .box1 {
    background-color: transparent;
    color: #E0DFD7;
    font-weight: bold;
    font-size: 12px;
    font-family: tahoma;
    padding: 4px 8px;
    border-width: 1px;
    border-color: #B3B3B3;
    border-style: solid none none none;
    cursor: default;
    position: relative;
}
.click-menu .box1-hover {
    background-color: #E0DFD7;
    color: #E7501E;
    font-weight: bold;
    font-size: 12px;
    font-family: tahoma;
    padding: 4px 8px;
    border-width: 1px;
    border-color: #B3B3B3;
    border-style: solid none none none;
    cursor: default;
    position: relative;
}
.click-menu .box1-open {
    background-color: #FFF7A5;
    color: #E7501E;
    font-weight: bold;
    font-size: 12px;
    font-family: tahoma;
    padding: 4px 8px;
    border-width: 1px;
    border-color: #B3B3B3;
    border-style: solid solid none solid;
    cursor: default;
    position: relative;
}
.click-menu .box1-open-hover {
    background-color: #E0DFD7;
    color: #E7501E;
    font-weight: bold;
    font-size: 12px;
    font-family: tahoma;
    padding: 4px 8px;
    border-width: 1px;
    border-color: #B3B3B3;
    border-style: solid solid none solid;
    cursor: default;
    position: relative;
    text-decoration: none;
}
.click-menu .box1 img, .click-menu .box1-hover img, .click-menu .box1-open img, .click-menu .box1-open-hover img {
    position: absolute;
    top: 6px;
    right: 6px;    
}
.click-menu .section {
    background-color: transparent;
    color: #E7501E;
    font-family: arial;
    font-size: 12px;
    line-height: 15px;
    padding: 5px 5px 6px 5px;
    border-width: 1px;
    border-color: #B3B3B3;
    display: none;
}
.click-menu .section a {
    color: #E0DFD7;
    text-decoration: none;
    white-space: nowrap;
}
.click-menu .section a:hover {
    color: #FAEB80;
    text-decoration: none;
    white-space: nowrap;
}
.click-menu .box2 {
		padding-left: 7px;
}
.click-menu .box2-hover {
		padding-left: 7px;
    color: #FAEB80;
  	background-color: #A49778;
}
.click-menu .section .active,
.click-menu .section .active:hover {
    color: #FAEB80;
}

/* extra */
.height4 {
	height: 4px;
	}		
