.ddmx {
    font: 11px tahoma;
}
.ddmx .item1,
.ddmx .item1-active{
    padding: 13px 7px 13px 6px;
    background:#D5EAA8;
    font: 13px "Trebuchet MS",arial;
    color: #000;
    font-weight: normal;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative ;
}
.ddmx .item1:hover,
.ddmx .item1-active:hover {
    padding: 13px 7px 13px 6px;
    background:#336699;
    font: 13px "Trebuchet MS",arial;
    color: #ffffff;
    font-weight: normal;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative ;
}
/* este es el contenido cuadro del submenu */
.ddmx .item2,
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    padding: 4px 1px 4px 1px;
    font: 12px "Trebuchet MS",arial;
    color: #333333;
    /*font-weight:normal;*/
    /*text-decoration: none;*/
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;
    /*width:153px;*/
    
}
/* este es el cuadro del submenu */     
.ddmx .item2 {
    background: #EAEAEA;
    padding-left:10px;
    width:163px;
    display: block;
    
}

/* este es el HOVER de del submenu */
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    background: #FFF url('arrow.gif') no-repeat;
    padding-left:10px;
    
    width:163px;
    
}

.ddmx .arrow,
.ddmx .arrow:hover {
    padding: 3px 10px 4px 10px;
}
.ddmx .item2 img,
.ddmx .item2-active img{
    position: absolute;
    top: 6px;
    right: 0px;
    border: 0;
}
.ddmx .section {
    border:1px dashed #666666;
    position: absolute;
    visibility: hidden;
    background: #219AE2;
                
}

.ddmx .item3,
.ddmx .item3:hover,
.ddmx .item3-active,
.ddmx .item3-active:hover {
    padding: 3px 10px 3px 10px;
    background: #2D87AA;
    font: 12px "Trebuchet MS",arial;
    color: #cccccc;
    font-weight: normal;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
}


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