.item_width {
	width:140px;
	text-align:left;
}

.ddmx .item1,
.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover {
	padding: 3px 10px 3px 10px;
	text-decoration:none;
	font-weight:bold;
	font-family:Arial;
	font-size:12px;	
	background-color:#06437d;
	color:#e6e6e6;
	border-style:none;
	text-align:center;
	border-style:none;
	border-color:#000000;
	position: relative;
	display: block;
	z-index: 5;
}

.ddmx .item2,
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    padding: 3px 8px 4px 8px;
    font: 11px tahoma;
    color: #000;    
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    background: #fff;
    z-index: 500; /* z-index: 500; */
}
.ddmx .item2 {
    background: #cce3f8; /* color de fondo de los submenús */

}

.ddmx .arrow,
.ddmx .arrow:hover {
    padding: 3px 16px 4px 8px;
}
.ddmx .item2 img,
.ddmx .item2-active img{
    position: absolute;
    top: 4px;
    right: 1px;
    border: 0;
    /* overflow: visible; */
}
.ddmx .section {
    border: 1px solid #769bba; /* color del borde de los menús desplegables */
    position: absolute;    
    visibility: hidden;    
    width:140px;
    z-index: -1; /* z-index: -1; */
    /* overflow: visible; */
}

* html .ddmx td { position: relative; overflow: visible; /* no estaba */ } /* ie 5.0 fix */