.dmx {
	position: absolute;
	height: 33px;
	width: 637px;
	margin-left: 6px;
	z-index: 2;
}
.dmx .item1,
.dmx .item1-active {
	display: inline;
	float: left;
	line-height: 33px;
	text-transform: uppercase;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 15px;
	padding-right: 21px;
	background: url(../Images/MenuSepareitor.jpg) no-repeat right top;
}
.dmx .item1:hover,
.dmx .item1-active:hover {
	background: url(../Images/MenuHover.jpg) no-repeat right top;
}
.dmx .item2,
.dmx .item2-active {
	line-height: 30px;
	font-family: Arial;
	font-size: 10px;
	color: #FFFFFF;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 30px;
	cursor: pointer;
	background: url(../Images/MenuSepareitor.jpg) repeat-x right top;
	color: #000;
	
	display: block;
   	white-space: nowrap;
	position: relative;
	z-index: 500;
}
.dmx .item2:hover,
.dmx .item2-active:hover {
	background: url(../Images/MenuHover.jpg) no-repeat right top;
}







/*////////////ARROW (FLECHITA)///////////*/
.arrow {
	height: 23px;
	position: absolute;
	right: 1px;
	top: 6px;
}
.dmx .item2 img,
.dmx .item2-active img{
    position: absolute;
    right: 1px;
    border: 0;
	margin: 0px;
	padding: 0px;
}
/*////////////FIN ARROW (FLECHITA)///////////*/







/*////////////CONTENEDOR SUB MENU////////////*/
.dmx .section {
    position: absolute;
    visibility: hidden;
    z-index: -1;
}
/*////////////FIN CONTENEDOR SUB MENU////////////*/
















/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
