.ddmx, .ddmx td a {
    font: 11px Arial, Helvetica, sans-serif;
}
.ddmx .item1 {
    padding: 2px 0px 2px 0px;
    /* background: White; */
    font-family: Arial, Helvetice, sans-serif;
    font-size: 12px;
    color: White;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
}

.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover {
	font-weight: bold;
	text-decoration: none;
	color: #51936F;
	font-size: 12px;
}

.ddmx .item2 {
	position: relative;
	left: -2px;
    padding: 3px 3px 3px 3px;
    font-family: Arial, Helvetice, sans-serif;
    font-size: 12px;
    color: White;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 5000;
    background: #CCCCCC;
	border-top: 1px solid White;
}

.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    color: #51936F;
}

.ddmx .section {
	margin-top: 0px;
	text-align:left;
   /* border: 1px solid #b8b4ae; */
    position: absolute;
    visibility: hidden;
    z-index: 500;
}


* html .ddmx td { position: relative; } /* ie 5.0 fix */