.ddmx {
	font: 11px tahoma;
	padding: 0;
	margin:0;
}
.ddmx .item1,.ddmx .item1:hover,.ddmx .item1-active,.ddmx .item1-active:hover {
	padding: 0;
	background: #000000;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	display: block;
	white-space: nowrap;
	position: relative;
	font:normal 12px/24px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
}
.ddmx .item2,.ddmx .item2:hover,.ddmx .item2-active,.ddmx .item2-active:hover {
	padding: 2px 10px 2px 10px;
	color: #000000;
	text-decoration: none; 
	display: block;
	white-space: nowrap;
	position: relative;
	z-index: 500;
		-moz-opacity:.9;
		filter:alpha(opacity=90);
	width:auto;	/*se adapta  a la tamaņo del menu*/
	/* width:150px; */
	font:normal 12px/24px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif; 
}
.ddmx .item2 {
	background: #e5e1da;
}
.ddmx .item2:hover,.ddmx .item2-active,.ddmx .item2-active:hover {
	background: #fff; 
}
/*.ddmx .arrow,.ddmx .arrow:hover {
	padding: 2px 2px 2px 2px;
}*/
.ddmx .item2 img,.ddmx .item2-active img{
	position: absolute;
	top: 8px;	/*posicion de la pestaņa de mas submenus*/
	right: 1px;	/*posicion de la pestaņa de mas submenus*/
	border: 0;
}
.ddmx .section {
	border: 1px solid #000000;
	position: absolute;
	visibility: hidden;
	z-index: -1;
}
/*.ddmx img { border: 0px; 
	-moz-opacity:1;
	filter:alpha(opacity=100);
}*/

/* * html .ddmx td { position: relative; } */