.ddmx { 
}


.ddmx .item1:visited, .ddmx .item1 {
	color: #A38B74;
	text-decoration: none;
	display: block;
	white-space: nowrap;
	position: relative;
	text-align: left;
	padding: 6px 8px;
}

.ddmx .item1-active, .ddmx .item1-active:visited {
    color: #A38B74;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
	padding: 6px 8px;
}


.ddmx .item1:hover, .ddmx .item1-active:hover {
	color: #ffffff;
	text-decoration: none;
	display: block;
	white-space: nowrap;
	position: relative;
	background-color: #A38B74;
	padding: 6px 8px;
}

.ddmx .item2, .ddmx .item2:visited, .ddmx .item2-active {
	padding: 4px;
	color: #A38B74;
	text-decoration: none;
	display: block;
	white-space: nowrap;
	position: relative;
	z-index: 500;
	background-color: #D2C8BC;
	text-align: left;
}
.ddmx .item2:hover, .ddmx .item2-active:hover {
	text-decoration: none;
	background-color: #A38B74;
	color: #ffffff;
}

.ddmx .arrow, .ddmx .arrow:hover {
    padding: 3px 10px 3px;
}

.ddmx .item2 img, .ddmx .item2-active img {
    position: absolute;
    top: 4px;
    right: 1px;
    border: 0;
}

.ddmx .section {
	border: 1px solid #D2C8BC;
	position: absolute;
	visibility: hidden;
	z-index: 100;

}

* html .ddmx td { 
	position: relative;
} 

