.ddmx {
    font: 11px tahoma;
}
.ddmx .item1,
.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover {
    padding: 0px 0px 3px 0px;
    /* background: White; */
    font: 13px arial;
    font-family: Arial, Helvetice, sans-serif;
    font-size: 13px;
    color: Black;
    font-weight: normal;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    height: 18px;
}


.ddmx .item2,
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    padding: 3px 0px 3px 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: Black;
    font-weight: normal;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 5000;
	border-top: 1px solid #a6bcae;
	width: 115px;
}
/* html>body #contentframe { border-top: 1px solid transparent; height: auto; min-height: 400px; } */


.ddmx .item2 {
    background: White;
    height: 9px;
}
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    background-color: #eaf4df;
	color: Black;
}
.ddmx .arrow,
.ddmx .arrow:hover {
    padding: 3px 16px 4px 8px;
}


.ddmx .item1 img,
.ddmx .item1-active img{
    position: relative;
    top: 6px;
    left: 0px;
    border: 0;
    margin-left: 0px;
}

.ddmx .item2 img,
.ddmx .item2-active img{
    position: absolute;
    top: 3px;
    left: 5px;
    border: 0;
}

.ddmx .section {
	margin-top: 1px;
	text-align:left;
    border: 1px solid #a6bcae;
    position: absolute;
    visibility: hidden;
    z-index: 500;
    width: 180px;
    overflow: hidden;
}

.divider {
    padding: 0px 6px 0px 6px;
}

img.black { position: relative; top: 0px; left: 0px; height: 12px; width: 1px; }

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