.click-menu {
    //width: 170px;
    width: 110%;
    left: 15; 
    position: relative;
}
.click-menu .box1 {
    background-color: #ADADAD;
    color: white;
    font-weight: bold;
    font-size: 11px;
    font-family: tahoma;
    padding: 4px 8px;
    border-width: 1px;
    border-color: #ADADAD;
    border-style: solid solid solid solid;
    cursor: default;
    position: relative;
}
.click-menu .box1-hover {
    background-color: #ADADAD;
    color: #E9E9E9;
    font-weight: bold;
    font-size: 11px;
    font-family: tahoma;
    padding: 4px 8px;
    border-width: 1px;
    border-color: #ADADAD;
    border-style: solid solid solid solid;
    cursor: default;
    position: relative;
}
.click-menu .box1-open {
    background-color: #ADADAD;
    color: white;
    font-weight: bold;
    font-size: 11px;
    font-family: tahoma;
    padding: 4px 8px;
    border-width: 1px;
    border-color: #ADADAD;
    border-style: solid solid none solid;
    cursor: default;
    position: relative;
}
.click-menu .box1-open-hover {
    background-color: #ADADAD;
    color: #E9E9E9;
    font-weight: bold;
    font-size: 11px;
    font-family: tahoma;
    padding: 4px 8px;
    border-width: 1px;
    border-color: #ADADAD;
    border-style: solid solid none solid;
    cursor: default;
    position: relative;
}
.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: #D4D4D4;
    font-family: arial;
    font-size: 11px;
    line-height: 15px;
    padding: 5px 5px 6px 5px;
    border-width: 1px;
    border-color: #ADADAD;
    border-style: none solid solid solid;
    display: none;
}
.click-menu .section a {
    color: black;
    text-decoration: none;
    white-space: nowrap;
}
.click-menu .section a:hover {
    color: black;
    text-decoration: none;
    font-weight: bold;
    white-space: nowrap;
}
.click-menu .box2 {
}
.click-menu .box2-hover {
    background: #C7C7C7;
}

