.dmx {
    font: 11px tahoma;

}
.dmx .item1,
.dmx .item1:hover,
.dmx .item1-active,
.dmx .item1-active:hover {
    padding: 3px 6px 3px 7px;
    background: transparent;
    font: 12px arial;
    color: #E6E6E5;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
	border-right: solid 1px #ffffff;

}

.dmx .item1-active:hover {
    color: #ffffff;
	background-color: #CC4814;
}


.dmx .item2,
.dmx .item2:hover,
.dmx .item2-active,
.dmx .item2-active:hover {
    offpadding: 3px 8px 4px 8px;
	padding-top: 3px;
	padding-bottom:4px;
    font: 11px tahoma;
    color: #E5E5E5;
    font-weight: normal;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;
	height: 21px;
	line-height: 21px;
	border-bottom: 1px solid #ffffff;
	width:220px;
}

.dmx .item2 {
    background: #F15C22;
		width:220px;
}
.dmx .item2:hover,
.dmx .item2-active,
.dmx .item2-active:hover {
    background: #CC4814;
		width:220px;
}
.dmx .arrow,
.dmx .arrow:hover {
    offpadding: 3px 8px 4px 8px;

}
.dmx .item2 img,
.dmx .item2-active img{
    position: absolute;
    top: 9px;
    right: 1px;
    border: 0;
}
.dmx .section {
    border: 1px solid #b8b4ae;
    position: absolute;
    visibility: hidden;
    z-index: -1;
    width:220px;
}

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