.ddm1 { font: 11px tahoma; z-index:1;}
.ddm1 .item1,
.ddm1 .item1:hover,
.ddm1 .item1-active,
.ddm1 .item1-active:hover {
    padding: 0px 0px 0px 0px;
    border: none;
    text-decoration: none;
    display: block;
    position: relative;
    z-index:5;
    background-color: #0098e3;
}
.ddm1 .item1 { background: transparent; }

.ddm1 .item1:hover,
.ddm1 .item1-active,
.ddm1 .item1-active:hover { background: transparent; }
.ddm1 .item2,
.ddm1 .item2:hover {
    padding: 3px 8px 4px 8px;
    text-decoration: none;
    display: block;
    width:127px;
    z-index:5;
    background-color: #0098e3;
    white-space: nowrap;

}
.ddm1 .item2 {
    text-decoration: none;
    background: #0098e3;
    color: #ffffff;
    z-index:5;

}

.ddm1 .item2:hover {
    text-decoration: none;
    background-color: #40a8dc;
    color: #ffffff;
    z-index:5;
}

.ddm1 .section {
    text-decoration: none;
    border: 1px #003366;
    border-style: none;
    position: absolute;
    width:127px;
    visibility: hidden;
    z-index: 5;
}

.ddm1 .bottom,
.ddm1 .bottom:hover { border-style: solid solid solid solid; text-decoration: none; }

* html .ddm1 td { position: relative; text-decoration: none; } /* ie 5.0 fix */
