.dmx {
    font-family: arial;
    font-size: 12px;
    line-height: 11px;
    font-weight: bold;
    padding-top: 1px;
    padding-bottom: 1px;
}
.dmx .item1,
.dmx .item1:hover,
.dmx .item1-active,
.dmx .item1-active:hover {
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 12px;
    padding-right: 12px;
border: 0px;
background: #005994;
    font-family: arial;
    font-size: 12px;
    line-height: 11px;
    font-weight: bold;
    color: #ffffff;
    text-decoration: none;
    text-align: left;
    display: block;
    white-space: nowrap;
    position: relative;
}
.dmx .item2,
.dmx .item2:hover,
.dmx .item2-active,
.dmx .item2-active:hover {
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 12px;
    padding-right: 12px;
    font-family: arial;
    font-size: 12px;
    line-height: 11px;
    font-weight: bold;
    color: #002C52;
    text-decoration: none;
    text-align: left;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;
}
.dmx .item2 {
    background: #E7EFF7;
}
.dmx .item2:hover,
.dmx .item2-active,
.dmx .item2-active:hover {
    background: #BDCFDE;
    color: #002C52;
}
.dmx .arrow,
.dmx .arrow:hover {
    border: 0;
    padding: 0px;
}
.dmx .item2 img,
.dmx .item2-active img{
    padding: 0px;
    position: absolute;
    border: 0;
}
.dmx .section {
    border: 1px solid #b8b4ae;
    position: absolute;
    visibility: hidden;
    z-index: -1;
}
