.dmx {
    font: 11px tahoma;
}
.dmx .item1
{
    padding: 5px 10px 7px 5px;
	margin: 0 0 1px 0;
	background:url(../images/left-menu-bg.gif) repeat-x #3A2B1F;
	border-left:1px solid #040404;
	border-right:1px solid #040404;
	/* height:20px; */
    font: 13px arial;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    display: block;
    /* white-space: nowrap; */
	width:143px;
	position:relative;
	
}

.dmx .item1:hover,
.dmx .item1-active,
.dmx .item1-active:hover {
    padding: 5px 10px 7px 5px;
	margin: 0 0 1px 0;
	background:url(../images/left-menu-bg.gif) repeat-x #3A2B1F;
	border-left:1px solid #040404;
	border-right:1px solid #040404;
	/* height:20px; */
    font: 13px arial;
    color: #E9D1BD;
    font-weight: bold;
    text-decoration: none;
    display: block;
    /* white-space: nowrap; */
	width:143px;
	position:relative;
}

.dmx .item2,
.dmx .item2:hover,
.dmx .item2-active,
.dmx .item2-active:hover {
    padding: 3px 8px 4px 8px;
    font: 11px Arial;
    color: #000000;
    font-weight: bold;
    text-decoration: none;
    display: block;
    /* white-space: nowrap; */
    position: relative;
    z-index: 500;
}
.dmx .item2 {
    background: #F3EAE3;
}
.dmx .item2:hover,
.dmx .item2-active,
.dmx .item2-active:hover {
    background: #3A2B1F;
	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: 1px solid #040404;
    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 */