.ddmx {
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
}
a.texto11:hover {
	text-decoration: underline;
}
.ddmx .item1,
.ddmx .item1-active,
.ddmx .item1:hover,
.ddmx .item1-active:hover {
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	padding: 5px 5px 5px 6px;
	display: block;
	white-space: nowrap;
	position: relative;
	/*background-color: #07363E;*/
	background-image: url(../images/menu_06.gif);
	background-position: left;
	background-repeat: repeat-y;
}
.ddmx .item2,
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    padding: 0px 5px 1px 0px;
/*    color: #283E40; */
    color: #000000;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;
}
.ddmx .item2 {
    background: #89C9DA;
	background-image: url(../images/menu_08.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}
.ddmx .item2-active {
	background-color: #89C9DA;
}
.ddmx .item2:hover,
.ddmx .item2-active:hover {
	background-color: #9BDBEC;
}
.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;
}
*/
.ddmx .section {
    border: 0px solid #89C9DA;
    position: absolute;
    visibility: hidden;
    z-index: -1;
}

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