.ddmxH {
	font-family: "Verdana";
	font-size: 12px;
    font-weight: normal;
}
.ddmxH .item1,
.ddmxH .item1:hover,
.ddmxH .item1-active,
.ddmxH .item1-active:hover {
	font-family: "Verdana";
	font-size: 12px;
    font-weight: bold;
	line-height: 36px; /* Valor derivado del tamaño de la barra de navegación */
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 0px;
	color: #ffffff;
	text-decoration: none;
	display: block;
	white-space: nowrap;
	position: relative;
}
.ddmxH .item2,
.ddmxH .item2:hover,
.ddmxH .item2-active,
.ddmxH .item2-active:hover {
	font-family: "Verdana";
	font-size: 11px;
    font-weight: bold;
	line-height: 25px;
	padding-left: 8px;
	padding-right: 15px;
    color: #FFFFFF;
	text-align: left;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #46467b;
    z-index: 500;
}
.ddmxH .item2 {
    background: #44577D;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

.ddmxH .item2:hover,
.ddmxH .item2-active,
.ddmxH .item2-active:hover {
    background: #3f465b;
	color: #ffffff;
	background-image:url(../images/arrow1.gif);
	background-repeat: no-repeat;
}
.ddmxH .arrow,
.ddmxH .arrow:hover {
    padding: 3px 16px 4px 8px;
}
.ddmxH .item2 img,
.ddmxH .item2-active img{
    position: absolute;
    top: 4px;
    right: 1px;
    border: 0;
}
.ddmxH .section {
	/* border: 1px solid #b8b4ae; */
    position: absolute;
    visibility: hidden;
    z-index: -1;
}

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