.ddmx3 {
    font: 11px tahoma;
}
.ddmx3 .item1,
.ddmx3 .item1:hover,
.ddmx3 .item1-active,
.ddmx3 .item1-active:hover {
    background: #88a100;
    font: 12px arial;
    color: #000000;
   /* font-weight: bold;*/
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
}
.ddmx3 .item2,
.ddmx3 .item2:hover,
.ddmx3 .item2-active,
.ddmx3 .item2-active:hover {
    padding: 4px 0px 4px 4px;
	font: 11px tahoma;
    color: #000000;
    /*font-weight: bold;*/
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;
}
.ddmx3 .item2 {
   background: #e5e5e5;
}
.ddmx3 .item2:hover,
.ddmx3 .item2-active,
.ddmx3 .item2-active:hover {
 background: #88a100;
 color: #ffffff;

}
.ddmx3 .arrow,
.ddmx3 .arrow:hover {
 padding: 3px 0px 4px 4px;
   
}
.ddmx3 .item2 img,
.ddmx3 .item2-active img{
    position: absolute;
    top: 4px;
    
    border: 0;
}
.ddmx3 .section {
    border: 2px solid #88a100;
	background-color: #e5e5e5;
    position: absolute;
    visibility: hidden;
	padding-left:0px;
    z-index: -1;
}

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