.ddmx {
    font: 11px tahoma;
    width:100%;
}
.ddmx .item1,
.ddmx .item1:hover,
.ddmx .item1:visited,
.ddmx .item1-active,
.ddmx .item1-active:visited,
.ddmx .item1-active:hover {
    padding: 19px 10px 18px 10px;
    /*background: #000000;*/
    font: 12px tahoma;
    color: #94a232;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative; 
    text-transform:uppercase; 
    text-align:center;
    background: transparent url(/images/arrowmen.gif) no-repeat 8% 50%;  
}

.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover{
background: #bcd131 url(/images/arrowmenact.gif) no-repeat 8% 50%;  
color:#FFF;
}


.ddmx .item2,
.ddmx .item2:hover,
.ddmx .item2:visited,
.ddmx .item2-active,
.ddmx .item2-active:visited,
.ddmx .item2-active:hover {
    padding: 6px 16px 6px 22px;
    font: 11px tahoma;
    color: #94a232;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;    
   text-transform:uppercase;
  
}
.ddmx .item2 {
     background: #FFF url(/images/arrowtop.gif) no-repeat 10px 10px;
}


.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
   background: #FFF url(/images/arrowtop.gif) no-repeat 10px 10px;
   text-decoration:underline;
}


.ddmx .item2 img,
.ddmx .item2-active img{
    position: absolute;
    top: 4px;
    right: 1px;
    border: 0;
}

.ddmx .section {
	
    border: 0;
    border-top:4px solid #bcd131;
    border-bottom:4px solid #FFF;
    position: absolute;
    visibility: hidden;
    z-index: -1;
}

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