.dmx {
    font: 11px tahoma;
	font-weight:bold;
	background:url(img/bg_menu.gif) repeat-x 0px 0px;
}
.dmx .item1,
.dmx .item1-active {
    padding-left: 10px;
    padding-right: 10px;
    font: 11px tahoma;
	font-weight:bold;
    color: #ffffff;
	line-height:30px;
	height:33px;
	vertical-align:middle;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
	border-right:#333333 solid 1px;
	border-left:#666666 solid 1px;
	text-align:center;
}

.dmx .item1:hover,
.dmx .item1-active:hover {
    padding-left: 10px;
    padding-right: 10px;
    font: 11px tahoma;
	font-weight:bold;
	background:#000000 url(img/bg_menu_over.gif) repeat-x 0px 0px;
    color: #ffffff;
	line-height:33px;
	height:33px;
	vertical-align:middle;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
}


.dmx .item2,
.dmx .item2-active {
    font: 11px tahoma;
    color: #FFFFFF;
	background:#333333;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;
	line-height:20px;
	height:20px;
	vertical-align:middle;
}

.dmx .item2:hover,
.dmx .item2-active:hover {
    color: #999999;
	background:#555555;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;
	line-height:20px;
	height:20px;
	vertical-align:middle;
}


.dmx .item2 {
	padding: 3px 8px 4px 8px;
    background: #555555;
	width:100%;

}
.dmx .item2:hover,
.dmx .item2-active,
.dmx .item2-active:hover {
    background: #555555;
}
.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 {
	background:#555555;
    position: absolute;
    visibility: hidden;
    z-index: -1;
	border:#333333 solid 1px;
}

* html .dmx td { position: relative; } /* ie 5.0 fix */