.click-menu {
    width: 190px;
}
.click-menu .box1 {
    background-color: Navy;
    color: Aqua;
    font-weight: bold;
    font-size: 12px;
    font-family: tahoma;
    padding: 4px 8px;
    border-width: 0px 4px 4px 0px;
    border-color: #B0C4DE;
    border-style: solid;
    cursor: default;
    position: relative;
}
.click-menu .box1-hover {
    background-color: Maroon;
    color: #FF8C00;
    font-weight: bold;
    font-size: 12px;
    font-family: tahoma;
    padding: 4px 8px;
    border-width: 0px 4px 4px 0px;
    border-color: Teal;
    border-style: solid;
    cursor: hand;
    position: relative;
}
.click-menu .box1-open {
    background-color: Blue;
    color: #99bb99;
    font-weight: bold;
    font-size: 12px;
    font-family: tahoma;
    padding: 4px 8px;
    border-width: 0px 4px 4px 0px;
    border-color: #B0C4DE;
    border-style: solid solid none solid;
    cursor: default;
    position: relative;
}
.click-menu .box1-open-hover {
    background-color: #113344;
    color: #CCEEEB;
    font-weight: bold;
    font-size: 12px;
    font-family: tahoma;
    padding: 4px 8px;
    border-width: 0px 4px 4px 0px;
    border-color: #B0C4DE;
    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: #B0C4DE;
    font-family: arial;
    font-size: 12px;
    line-height: 15px;
    padding: 0px 3px 4px 0px;
    border-width: 1px;
    border-color: #B0C4DE;
    border-style: solid solid solid solid;
    display: none;
}
.click-menu .section a {
    color: #87CEFA;
    text-decoration: none;
    white-space: nowrap;
}
.click-menu .section a:hover {
    color: #CCEEEB;
	 font-weight: bold;
    text-decoration: none;
    white-space: nowrap;
}
.click-menu .box2 {
    background-color: Black;
    color: White;
}
.click-menu .box2-hover {
    background-color: Maroon;
    color: #FF8C00;
}
.click-menu .section .active,
.click-menu .section .active:hover {
    color: yellow;
	 text-decoration: none;
}
