.ddmx {
    font: 12px verdana,arial,helvetica,sans-serif;
}
.ddmx .item1 {
    padding: 3px 3px 3px 3px;
    background: #ffff33; /* #ffce18; */
    color: #075614;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
}
.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover {
    padding: 3px 3px 3px 3px;
    background: #075614;
    color: #ffff33;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
}
.ddmx .item2 {
	 width: 100%;
	 padding: 3px 10px 3px 10px;
	 background: #ffff33;
    color: #075614;
    font-weight: bold;
    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 10px 3px 10px;
	background: #075614;
	color: #ffff33;
	font-weight: bold;
	text-decoration: none;
	display: block;
	white-space: nowrap;
	position: relative;
	z-index: 500;
}
.ddmx .item2 {
    background: #ffff33;
}
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    background: #075614;
}
.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: #ffffcc;
    border-color: #ffffcc;
    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 */