.dmx {
    font: 15px trebuchet MS, arial, tahoma;
}
.dmx .item0 {
    padding: 0px 0px 0px 0px;
}
.dmx .item1,
.dmx .item1:hover,
.dmx .item1-active,
.dmx .item1-active:hover {
    padding: 4px 4px 4px 8px;
    border: 2px solid rgb(255,255,204);
    font: 15px trebuchet MS, arial;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
}
.dmx .item1 {
    background: #ffcc66;
    color: #000000;
}
.dmx .item1:hover,
.dmx .item1-active,
.dmx .item1-active:hover {
    background: #55aa00;
    color: #ffffff;
}
.dmx .item2,
.dmx .item2:hover,
.dmx .item2-active,
.dmx .item2-active:hover {
    padding: 3px 8px 4px 8px;
    font: 12px tahoma;
    color: #000000;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;
}
.dmx .item2 {
    background: #ffffaa;
    color: #000000;
    font-size: 12px
}
.dmx .item2:hover,
.dmx .item2-active,
.dmx .item2-active:hover {
    background: #66bb00;
    color: #ffffff;
}
.dmx .arrow,
.dmx .arrow:hover {
    padding: 3px 16px 4px 8px;
}
.dmx .item2 img,
.dmx .item2-active img{
    position: absolute;
    top: 4px;
    right: 1px;
    border: 0;
}
.dmx .section {
    border: 2px solid #ffdd77;
    position: absolute;
    visibility: hidden;
    z-index: -1;
}

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

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