.ddm1 {
    font: 11px tahoma;
    margin: auto;
   }

.ddm1 .item1,
.ddm1 .item1:hover,
.ddm1 .item1-active,
.ddm1 .item1-active:hover {
    padding: 0px;
    margin: 0px;
    text-decoration: none;
    display: block;
    position: relative;
}
.ddm1 .item1 {
    background: white;
    color: white;
}
.ddm1 .item1:hover,
.ddm1 .item1-active,
.ddm1 .item1-active:hover {
    background: white;
    color: white;
}




.ddm1 .item2,
.ddm1 .item2:hover {
	width: 125px;
    padding: 3px 8px 4px 8px;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
}
.ddm1 .item2 {
    background: white;
    color: black;
}
.ddm1 .item2:hover {
    background: #DDD;
    color: #FF3333;
}



.ddm1 .section {
    border: 1px #DDD;
    border-style: solid solid solid solid;
    position: absolute;
    visibility: hidden;
    z-index: -1;
    white-space: nowrap;
    text-align: left;
}

* html .ddm1 td { 
position: relative;
p\osition: static;
} /* ie 5.0 fix */
