.dmx {
    font: 13px tahoma;
}
.dmx .item1,
.dmx .item1:hover,
.dmx .item1-active,
.dmx .item1-active:hover {
    padding: 3px 16px 3px 0px;
    text-align: left;
    background: #3A1C05;
    font: 14px tahoma;
    color: #F9ECE4;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
}

}
.dmx .item1 {
    background: #3A1C05;
    color: #F9ECE4;
}
.dmx .item1:hover,
.dmx .item1-active,
.dmx .item1-active:hover {
    background: #512809;
    color: #F9ECE4;
}

.dmx .item2,
.dmx .item2:hover,
.dmx .item2-active,
.dmx .item2-active:hover {
    padding: 3px 8px 4px 8px;
    text-align: left;
    font: 13px tahoma;
    color: #000000;
background:transparent;
filter:alpha(opacity=90);
-moz-opacity:.90;
opacity:.90;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;
}
.dmx .item2 {
    background: #e5e1da;
}
.dmx .item2:hover,
.dmx .item2-active,
.dmx .item2-active:hover {
    background: #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 #b8b4ae;
    position: absolute;
    visibility: hidden;
    z-index: -1;
}

table.keskel {
	margin-left: auto;
	margin-right: auto;
table-layout: fixed;
    background: #3A1C05;
width: 733;
}


* html .dmx td { position: relative; } /* ie 5.0 fix */
