.dmx {
    font: 12px Arial,Helvetica,sans-serif;
	width: 200px;
}

.dmx .item1 {
    padding-top: 8px; /* was 12px */
    padding-right: 3px;
    padding-bottom: 8px;
    padding-left: 4px;
    background: #666;
	border-top: solid 1px #ffffff;
	border-left: solid 0px #ffffff;
	border-bottom: solid 1px #333333;
	border-right: solid 1px #333333;
    font: 400 12px Arial,Helvetica,sans-serif;
    color: #ffffff;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
}

.dmx .item1:hover,
.dmx .item1-active,
.dmx .item1-active:hover {
    padding-top: 8px;
    padding-right: 3px;
    padding-bottom: 8px;
    padding-left: 4px;
    background: #222;
	border-top: solid 1px #333;
	border-left: solid 0px #fff;
	border-bottom: solid 1px #fff;
	border-right: solid 1px #333;
    font: 400 12px Arial,Helvetica,sans-serif;
    color: #ffff00;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
}

.dmx .item2,
.dmx .item2:hover,
.dmx .item2-active,
.dmx .item2-active:hover {
	border-top: solid 1px #333;
	border-right: solid 1px #333;
    padding: 6px;
    font: 400 12px Arial,Helvetica,sans-serif;
    background: #cccccc;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;
}

.dmx .item2 {
    color: #000;
}

.dmx .item2:hover,
.dmx .item2-active,
.dmx .item2-active:hover {
    background: #666;
    color: #ffff00;
}

.dmx .arrow,
.dmx .arrow:hover {
    padding: 6px 6px 6px 6px;
}

.dmx .item1 img,
.dmx .item1-active img,
.dmx .item2 img,
.dmx .item2-active img	{
    position: absolute;
    top: 4px;
    right: 0px;
    border: 0;
}

.dmx .section {
    border-top: 0px solid #fff;
    border-right: 0px solid #fff;
    border-left: 0px solid #fff;
    border-bottom: 1px solid #333;
    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 */