.ddmx {
    font: 12px tahoma,arial,helvetica,sans-serif;
}
.ddmx .item1 {
    padding: 0px 0px 0px 0px;
    background: #ffa61b; /* #ffce18; */
    color: #006600;
    font-weight: normal;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
	 z-index: 1000;
}
.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover {
    padding: 0px 0px 0px 0px;
    background: #ffa61b;
    color: #ffffff;
    font-weight: normal;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
	 z-index: 1000;
}
.ddmx .item2 {
	 padding: 3px 16px 3px 6px;
    color: #7d0000;
    font-weight: normal;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;
}
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
	padding: 3px 16px 3px 6px;
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
	display: block;
	white-space: nowrap;
	position: relative;
	z-index: 500;
}
.ddmx .item2 {
    background: #ffffff; /*#ffcd5c;*/
}
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    background: #ffa61b;
}
.ddmx .arrow,
.ddmx .arrow:hover {
    padding: 3px 3px 3px 3px;
}
.ddmx .item2 img,
.ddmx .item2-active img{
    position: absolute;
    top: 4px;
    right: 1px;
    border: 0;
}
.ddmx .section {
    background-color: #ffcd5c;
    border-color: #ffa61b;
    border-width: 1px;
    border-style: none solid solid solid;
    position: absolute;
    visibility: hidden;
    z-index: -1;
}

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

