.dmx {
    font-family: geneva, verdana, arial, helvetica; 
	height: 24px; 
	font-size: 11px;
}
.dmx .item1 {
    padding: 3px 10px 3px 10px;
	text-align: center;
    background: blue;
	width: 140px;
	border: 1px solid #fff;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
}
.dmx .item1:hover,
.dmx .item1-active,
.dmx .item1-active:hover {
    padding: 3px 10px 3px 10px;
    background: #58ACFA;
	width: 140px;
	border: 1px solid #fff;
    color: #000;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
}
.dmx .item2,
.dmx .item2:hover,
.dmx .item2-active,
.dmx .item2-active:hover {
    padding: 3px 8px 4px 8px;
	width: 140px;
    color: #000000;
    font-weight: normal;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;
}
.dmx .item2 {
	width: 140px;
	border: 1px solid #fff;
    background: #ddd; 
	color: DarkBlue; 
	font-weight: normal;
}
.dmx .item2:hover,
.dmx .item2-active,
.dmx .item2-active:hover {
    background: #6fc;
}
.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;
	width: 140px;
    position: absolute;
    visibility: hidden;
    z-index: -1;
}

.dmx .sectionLeft {
    border: 1px solid #b8b4ae;
	width: 140px;
    position: absolute;
    visibility: hidden;
	left: -145px;    
	z-index: -1;
}

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