.click-menu {
    width: 206px;
}
.click-menu .box1 {
    background-color: #87A1B1;
    color: #ffffff;
    font-weight: bold;
    font-size: 11px;
    font-family: verdana,arial,sans-serif;
    padding: 4px 16px;
    border-width: 1px;
    border-color: #ffffff;
    border-style: none solid solid none;
    cursor: default;
    position: relative;
}
.click-menu .box1-hover {
    background-color: #6B7F8C;
    color: #ffffff;
    font-weight: bold;
    font-size: 11px;
    font-family: verdana,arial,sans-serif;
    padding: 4px 16px;
    border-width: 1px;
    border-color: #ffffff;
    border-style: none solid solid none;
    cursor: default;
    position: relative;
}
.click-menu .box1-open {
    background-color: #6B7F8C;
    color: #ffa200;
    font-weight: bold;
    font-size: 11px;
    font-family: verdana,arial,sans-serif;;
    padding: 4px 16px;
    border-width: 1px;
    border-color: #ffffff;
    border-style: none solid dashed none;
    cursor: default;
    position: relative;
}
.click-menu .box1-open-hover {
    background-color: #6B7F8C;
    color: #ffffff;
    font-weight: bold;
    font-size: 11px;
    font-family: verdana,arial,sans-serif;;
    padding: 4px 16px;
    border-width: 1px;
    border-color: #ffffff;
    border-style: none solid dashed none;
    cursor: default;
    position: relative;
}
.click-menu .box1 a, .click-menu .box1-hover a:hover {/**/
    color: #ffffff;
		font-family: verdana,arial,sans-serif;
    font-size: 11px;
		font-weight:bold;
    text-decoration: none;
    white-space: nowrap;
}

.click-menu .section {
    background-color: #6B7F8C;
    font-family: verdana,arial,sans-serif;
    font-size: 11px;
    line-height: 15px;
    padding: 5px 5px 6px 5px;
    border-width: 1px;
    border-color: #ffffff;
    border-style: none solid solid none;
    display: none;
		color: #e3e3e3;
}
.click-menu .section a {
    color: #e3e3e3;
		font-family: verdana,arial,sans-serif;
    font-size: 11px;
    text-decoration: none;
    white-space: nowrap;
}
.click-menu .section a:hover {
    color: #ffa200;
		font-family: verdana,arial,sans-serif;
    font-size: 11px;
    text-decoration: none;
    white-space: nowrap;
}
.click-menu .box2 {
}
.click-menu .box2-hover {
    /*color: #ffcc00;*/
}

.click-menu .box3{
    background-color: #87A1B1;
		color: #ffa200;
    font-weight: bold;
    font-size: 11px;
    font-family: verdana,arial,sans-serif;
    padding: 4px 16px;
    border-width: 1px;
    border-color: #ffffff;
    border-style: none solid solid none;
    cursor: default;
    position: relative;
}
.click-menu .box3-hover {
    color: #ffa200;
    font-weight: bold;
    font-size: 11px;
    font-family: verdana,arial,sans-serif;
    padding: 4px 16px;
    border-width: 1px;
    border-color: #ffffff;
    border-style: none solid solid none;
    cursor: default;
    position: relative;
    background-color: #6B7F8C;
    text-decoration: none;
    white-space: nowrap;
}
.click-menu .box3 a, .click-menu .box3 a:hover, .click-menu .box3-hover a:hover , .click-menu .box3-hover a{
		color: #ffffff;
		font-family: verdana,arial,sans-serif;
    font-size: 11px;
    text-decoration: none;
    white-space: nowrap;
		font-weight:bold;
}

