.dmx {
    font: 11px tahoma;
}
.dmx .item1,
.dmx .item1:hover,
.dmx .item1-active,
.dmx .item1-active:hover {
    padding: 8px 20px 8px 20px;
    background: transparent;
    font: 13px arial;
    color: #000000;
    font-weight: obold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
	border-right: solid 1px #CFCFCF;
}

.dmx .item1-active:hover {
    color: #CA0202;
	background-color: #E6E6E6;
	offtext-decoration: underline;
}

.dmx .item1:hover {
    color: #CA0202;
	background-color: #E6E6E6;
	offtext-decoration: underline;
}

.dmx .item2,
.dmx .item2:hover,
.dmx .item2-active,
.dmx .item2-active:hover {
    padding: 6px 20px 6px 20px;
    font: 11px tahoma;
    color: #000000;
    offfont-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;
	border-bottom: 1px solid #CFCFCF;
}
.dmx .item2 {
    background: #ffffff;
}
.dmx .item2:hover,
.dmx .item2-active,
.dmx .item2-active:hover {
    background: #E6E6E6;
	color: #cc0000;
	offtext-decoration: underline;
}
.dmx .arrow,
.dmx .arrow:hover {
    padding: 6px 20px 6px 20px;
}
.dmx .item2 img,
.dmx .item2-active img{
    position: absolute;
    top: 4px;
    right: 1px;
    border: 0;
}
.dmx .section {
    border: 0px solid #ffffff;
	border-bottom: 0px;
	border-right: 0px;
    position: absolute;
    visibility: hidden;
    z-index: -1;
	margin-top:0px;
	border-top: 1px solid #CFCFCF;
	border-left: 1px solid #CFCFCF;
	border-right: 1px solid #CFCFCF;
	margin-left:-9px;
}

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