.click-menu {
    width: 135px;
}
.click-menu .box1 {
  background: url("ut.jpg") no-repeat 0 0;
  background-position:center center;
  background-repeat:no-repeat;
  border: none;
  color: #215dc6;
    font-weight: bold;
    font-size: 12px;
    font-family: tahoma;
    padding: 4px 8px;
    cursor: default;
    position: relative;
}
.click-menu .box1-hover {
  background: url("uto.jpg") no-repeat 0 0;
  background-position:center center;
  background-repeat:no-repeat;
  color: #428eff;
    font-weight: bold;
    font-size: 12px;
    font-family: tahoma;
    padding: 4px 8px;
    cursor: default;
    position: relative;
}
.click-menu .box1-open {
  background: url("dt.jpg") no-repeat 0 0;
  background-position:center center;
  background-repeat:no-repeat;
  color: #215dc6;
    font-weight: bold;
    font-size: 12px;
    font-family: tahoma;
    padding: 4px 8px;
    cursor: default;
    position: relative;
}
.click-menu .box1-open-hover {
  background: url("dto.jpg") no-repeat 0 0;
  background-position:center center;
  background-repeat:no-repeat;
  color: #428eff;
    font-weight: bold;
    font-size: 12px;
    font-family: tahoma;
    padding: 4px 8px;
    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 {
    font-family: arial;
    font-size: 11px;
    line-height: 15px;
    padding: 5px 5px 6px 5px;
    display: none;
}
.click-menu .section a {
    color: #8BAA88;
    text-decoration: none;
    white-space: nowrap;
color: yellow;
}
.click-menu .section a:hover {
    color: #CCEEEB;
    text-decoration: none;
    white-space: nowrap;
color: green;
}
.click-menu .box2 {
}
.click-menu .box2-hover {
background: url(menubg.gif) center center repeat-x;
width: 125px;
}
.click-menu .section .active,
.click-menu .section .active:hover {
    color: green;
width: 125px;
}