.dmx {

}
.dmx .item1,
.dmx .item1:hover,
.dmx .item1-active,
.dmx .item1-active:hover {
    padding: 3px 10px 3px 10px;
    border-bottom: 1px solid #343434;
    background: #000000;
    color: #ffffff;
	
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
}
.dmx .item2,
.dmx .item2:hover,
.dmx .item2-active,
.dmx .item2-active:hover {
    padding: 3px 12px 4px 8px;
    font-size: 13px; 
    text-decoration: none;
    display: block;
    /*white-space: nowrap;*/
    position: relative;
    z-index: 500;
    /* background: #EFD6D1; */
		border-bottom: 1px solid #646464;
}

.dmx .item2:hover,
.dmx .item2-active:hover {
    background: #FFFFFF;
}

.dmx .item2.active,
.dmx .item2.active:hover,
.dmx .item2-active.active,
.dmx .item2-active.active:hover {
		padding: 3px 12px 2px 6px;
		border-top: 3px solid #222;
		border-left: 3px solid #222;
		background: #BBB;
}

.dmx .arrow,
.dmx .arrow:hover {
    padding: 3px 16px 4px 8px;
}
.dmx .item1 img,
.dmx .item1-active img,
.dmx .item2 img,
.dmx .item2-active img{
    position: absolute;
    top: 4px;
    right: 4px;
    border: 0;
}


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

.dmx .section {
		margin-top: -4px;
    border: 1px solid #343434;
		border-width: 4px 4px 4px 0px;
    position: absolute;
    visibility: hidden;
    z-index: -1;
}

.dmx .section .item2,
.dmx .section .item2:hover,
.dmx .section .item2-active,
.dmx .section .item2-active:hover {
		border-left: 4px solid #343434;
}

.dmx .section .item2.top,
.dmx .section .item2.top:hover,
.dmx .section .item2-active.top,
.dmx .section .item2-active.top:hover {
		border-left: 0px solid #343434;
		padding-left: 12px;
}


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

