.ddmx {
    font: 11px tahoma;
}
.ddmx .item1,
.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover {
    background: #000000;
    font: 12px arial;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
}
.ddmx .item2,
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    min-width: 134px;
		border-top:1px solid white;  
    padding: 8px 8px 8px 8px;
    font: 12px helvetica;
    color: #000000;
    text-decoration: none;
    display: block;
		overflow: visible;
    white-space: nowrap;
    position: relative;
    z-index: 500;
		text-transform: none;
}
.ddmx .item2 {
    background: #4ab6be;
}
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    background: #339999;
}
.ddmx .arrow,
.ddmx .arrow:hover {
    padding: 8px 8px 8px 8px;
}
.ddmx .item2 img,
.ddmx .item2-active img{
    position: absolute;
    top: 9px;
    right: 1px;
    border: 0;
}
.ddmx .section {
    border: 0px solid white;
    border-left: 1px solid white;
    border-right: 1px solid white;
    border-bottom: 1px solid white;
    position: absolute;
    visibility: hidden;
    z-index: -1;
}


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