.ddmx {
    font: 11px verdana;
}
.ddmx .item1,
.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover {
    padding: 3px 10px 3px 10px;
    border-bottom: 1px solid #ffffff; /* #cccccc; */
    background: #010C82; /* #85c226; #ef9a49; #ffcf00; #6e8b8f; #36ca6c;  #ffc907; #136503; #A2D071; #cee7b0; #0EA138; */
    font: 11px verdana;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
}
.ddmx .item2,
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    padding: 3px 15px 3px 5px;
    border-bottom: 1px solid #010C82; /* #cccccc; */
    font: 11px verdana;
    color: #010C82;
    /* font-weight: bold; */
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;
}
.ddmx .item2 {
    background: #EFEFEF;  /* #6DA6EB; #36ca6c; #6DA6EB; #D3E6EF; */
}
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    background: #EFF2F8; /* #275DB6; #36ca6c; #6DA6EB #D3E6EF; */
}
.ddmx .arrow,
.ddmx .arrow:hover {
    padding: 3px 6px 4px 8px;
}
.ddmx .item2 img,
.ddmx .item2-active img {
    position: absolute;
    top: 6px;
    right: 1px;
    border: 0;
}
.ddmx .section {
    border: 1px solid #ffffff;
    position: absolute;
    visibility: hidden;
    z-index: 1;
}

.ddmx .bottom,
.ddmx .bottom:hover {
    border-bottom: 1px solid #000000;
}

* html .ddmx td { position: relative; } /* ie 5.0 fix */
