.ddmx {height:25px;}
.ddmx td {padding:0px;vertical-align:middle;line-height:20px;height:25px;}
.ddmx .item1,
.ddmx .item1:hover,
.ddmx .item1:visited,
.ddmx .item1-active,
.ddmx .item1-active:visited,
.ddmx .item1-active:hover {
    padding: 0px 10px 0px 10px;
    line-height:25px;
    height:25px;
    font-size: 12px;
    color: #ffffff;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    margin:0px;
}
.ddmx .item2,
.ddmx .item2:hover,
.ddmx .item2:visited,
.ddmx .item2-active,
.ddmx .item2-active:visited,
.ddmx .item2-active:hover {
    padding: 0px 8px 0px 8px;
    color: #000000;
    text-decoration: none;
    display: block;

    position: relative;
    z-index: 500;
    border-width:0px 0px 1px 0px;
    border-style:solid;
    border-color: #E7A219;
}
.ddmx .item2 {	width:150px;	margin-left:-3px;
	top:5px;
	left:-3px;
    background: #FDB913;
}
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    background: #FDB913;
}
.ddmx .arrow,
.ddmx .arrow:hover {
    padding: 3px 16px 4px 8px;
}
.ddmx .item2 img,
.ddmx .item2-active img{
    position: absolute;
    top: 4px;
    right: 1px;
    border: 0;
}
.ddmx .section {	margin-top:-5px;
    border: 0px none;
    position: absolute;
    visibility: hidden;
    z-index: 1;
    margin-left:-10px;
    left:-10px;
}

* html .ddmx td { position: relative; } /* ie 5.0 fix */