.ddmx {
    font: 15px tahoma;
    color: #ffffff;

}
.ddmx .item1,
.ddmx .item1-active{
    margin-top: 1px;
    padding: 5px 10px 5px 10px;
    background:#FF0000;
    font: 13px "Trebuchet MS",arial,tahoma;
    color:#fff;
    font-weight:bolder;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative ;
    border-right:2px solid #DDD;
   
}
.ddmx .item1:hover,
.ddmx .item1-active:hover {
   padding: 5px 10px 5px 10px;
    font: 13px "Trebuchet MS",arial,tahoma;
    color: #000;
    font-weight:bolder;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative ;
	font-weight:bolder;
}
/* este es el contenido cuadro del submenu */
.ddmx .item2,
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    padding: 4px 2px 2px 2px;
    font: 12px "Trebuchet MS",arial,tahoma;
    color: #333;
    font-weight:normal;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;
    width: 160px;
}
.ddmx .item2 {
    background-color:#FFF;
	padding-left:10px;
}

.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    background: #FFCCCC url(../images/arrow.gif) no-repeat;
    padding-left:10px;
    border: 0px dashed #333;
    z-index: 500;
	color:#FFF;
   
}

.ddmx .section {
	margin-top:6px;
	border: 1px solid #C0C0C0 ;
    position: absolute;
    visibility: hidden;
    
	background-color:#FF0;
}

.ddmxdos .section {
	margin-top:6px;
	border: 1px solid #A6CAF0 ;
    position: absolute;
    visibility: hidden;
   
	background-color:#FF0;
}

 

.ddmx .item3,
.ddmx .item3-active {
    padding: 5px 10px 5px 10px;
    background: #fff;
    font: 14px "Trebuchet MS",arial;
    color: #cccccc;
    font-weight: normal;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
}

.ddmx .item3,
.ddmx .item3:hover,

.ddmx .item3-active:hover {
       padding: 5px 10px 5px 10px;
    background: #D9D9EC;
    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 */
