.ddmx {
    font: 11px tahoma;
}
.ddmx .item1,
.ddmx .item1-active{
    height: 11px;
    padding: 3px 20px 3px 10px;
    background: transparent;
    font: 12px arial;
    color: #333399;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
}
.ddmx .item1:hover,
.ddmx .item1-active:hover {
    height: 11px;
    padding: 3px 20px 3px 10px;
    background: #ffff99;
    font: 12px arial;
    color: #333399;
    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 {
    padding: 3px 8px 4px 8px;
    font: 11px tahoma;
    color: #333399;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;
    border: 0px;
}
.ddmx .item2 {
    background: #ffffee;
}
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    background: #ffff99;
	width: 500px;
}
.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 {
    text-align: left;
    border-left: 2px solid #ffff33;
    border-top: 2px solid #ffff33;
    border-right: 4px solid #999900;
    border-bottom: 2px solid #999900;
    position: absolute;
    visibility: hidden;
    z-index: -1;
	background: #ffffee;
}

* html .ddmx td { position: relative; } /* ie 5.0 fix */
