.ddmx {
}
.ddmx .item1,
.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover {
    display: block;
    white-space: nowrap;
    position: relative;
    background: transparent;
    font-family:"Arial", Times, serif; 
    font-size:14px; 
    font-weight:bold;
    color:#fff;
    text-align: center;
    height: 30px;
    padding-top: 16px;
}
.ddmx .item1 {
    text-decoration:none; 
}
.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover {
  background: url(../images/bkgmenu2.gif) repeat-x;
}

.ddmx .item2,
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;
    padding:4px 15px 4px 20px;
    font-family:"Arial", Times, serif;
    font-size:12px;
    text-align:left;
    color:#fee9b0;
    min-width:150px;
    border-top:1px solid white;
    border-left:0px solid #0D2F09;
}
.ddmx .item2 {
    background:url(../images/bkgmenu.gif) repeat-x;
    color:#fff;
    text-decoration:none;
}
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    background:url(../images/bkgmenu2.gif) repeat-x;
  //  text-decoration:underline;
}
.ddmx .arrow,
.ddmx .arrow:hover {
}
.ddmx .item2 img,
.ddmx .item2-active img{
    position: absolute;
    top: 4px;
    right: 1px;
    border: 0;
}
.ddmx .section {
    position: absolute;
    visibility: hidden;
    z-index: -1;
}

* html .ddmx td { position: relative; } /* ie 5.0 fix */

