.dmx {
    font: 11px tahoma;
}
.dmx .item1,
.dmx .item1:hover,
.dmx .item1-active,
.dmx .item1-active:hover {
    padding: 3px 10px 4px 24px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
    color: #3b2800;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;
	width:163px;
	height:28px;
	text-align:left;
	vertical-align:middle;
	line-height:30px;
	margin-left:0px;
	
	margin-bottom:1px;
}
.dmx .item1 {
    background: #ffca1a;
}
.dmx .item1:hover,
.dmx .item1-active,
.dmx .item1-active:hover {
    background: #f0c023;
}
.item2,
.item2:hover,
.item2-active,
.item2-active:hover {
    padding: 3px 10px 4px 24px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
    color: #3b2800;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;
	width:160px;
	height:28px;
	text-align:left;
	vertical-align:middle;
	line-height:30px;
	margin-left:0px;
	margin-bottom:1px;
}
.item2 {
    background: #ffca1a;
}
.item2:hover,
.item2-active,
.item2-active:hover {
    background: #f0c023;
}

.dmx .arrow,
.dmx .arrow:hover {
    padding: 3px 16px 4px 8px;
}

.section {
    /*border: 1px solid #b8b4ae;*/
    position: absolute;
    visibility: hidden;
    z-index: -1;
	background-color:#fee490;
	padding-left:3px;
	
}
.section_main {

}


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