.click-menu {
     width: 137px; font-size:10pt; font-family:Arial
     
}

a.click-menu {
    color: #010066;
    text-decoration: none;
    white-space: nowrap;
}

.click-menu .box1 {
    background-image: url(img/menu_fon.gif);
    color: #010066;
    font-weight: bold;
    font-size: 14px;
    font-family: "Times New Roman", Georgia, Times, serif;
    padding: 4px 25px;
    border-width: 0px;
    border-color: #448882;
    border-style: solid solid solid solid;
    cursor: default;
    position: relative;
    
    text-decoration: none;
    white-space: nowrap;
}
.click-menu .box1-hover {
    background-image=url: (img/menu_fon_on.gif);
    color: #010066;
    font-weight: bold;
    font-size: 14px;
    font-family: "Times New Roman", Georgia, Times, serif;
    padding: 4px 15px;
    border-width: 0px;
    border-color: #99CCAE;
    border-style: solid solid solid solid;
    cursor: default;
    position: relative;
    
    text-decoration: none;
    white-space: nowrap;
}
.click-menu .box1-open {
    background-image: url(img/menu_fon.gif);
    color: #010066;
    font-weight: bold;
    font-size: 14px;
    font-family: "Times New Roman", Georgia, Times, serif;
    padding: 4px 15px;
    border-width: 0px;
    border-color: #448882;
    border-style: solid solid none solid;
    cursor: default;
    position: relative;
    
    text-decoration: none;
    white-space: nowrap;
}
.click-menu .box1-open-hover {
    background-image: url(img/menu_fon_on.gif);
    color: #010066;
    font-weight: bold;
    font-size: 14px;
    font-family: "Times New Roman", Georgia, Times, serif;
    padding: 4px 15px;
    border-width: 0px;
    border-color: #99CCAE;
    border-style: solid solid none solid;
    cursor: default;
    position: relative;
    
    text-decoration: none;
    white-space: nowrap;
}
.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-image: url(img/menu_fon.gif);
    font-family: "Times New Roman", Georgia, Times, serif;
    font-size: 12px;
    line-height: 15px;
    padding: 0px 0px 0px 0px;
    border-width: 0px;
    border-color: #448882;
    border-style: none solid solid solid;
    display: none;
}
.click-menu .section a {
    color: #010066;
    text-decoration: none;
    white-space: nowrap;
}
.click-menu .section a:hover {
    color: #010066;
    text-decoration: none;
    white-space: nowrap;
}
.click-menu .box2 {
}
.click-menu .box2-hover {
    background-image: url(img/menu_fon_on.gif);
}
.click-menu .section .active, .click-menu .section :hover.active {
    color: yellow;
}
