@import url("layout/3d.css");
/* Menu */

.zpMenu {
	margin: 0px 0px 0px 0px;
	width: 250px;
	font-family: Arial;

	/*text-align: left;*/
	/*background: none;*/
	/*background-image:url(../../../images/boton.jpg); /* añado el fondo para los botones*/
	
}


/*creo este trozo*/
.zpMenu-item{
	margin: 0px 0px 0px 0px;
	/*padding-top:13px;	*/									/*ajusto la altura del texto*/	
	/*width: 177px;*/

	opacity: 0.5;
	-moz-opacity:0.5;									/*alto del boton*/
	
	/*text-align: left;*/
	/*background: none;*/
		/* añado el fondo para los botones*/
	
}




.zpMenu .zpMenu {
	/*margin-top:2px;*/
	
}

/* properties a drop down menu */
.zpMenu-vertical-mode .zpMenu-level-1, 
.zpMenuVertical {
	/*background: #f6f6f6;*/									/*si no comento esto no se ven las imagenes de fondo*/
    padding: 8px 8px 8px 8px;

	/*margin-right:15px;*/
	/*width: 177px;*/
	/*text-align: left;*/
	/*border-bottom: 1px dotted #000;*/
	
		
}
.zpMenu .zpMenu .zpMenu-item {

	/* url(../../../../images/flecha.gif) no-repeat scroll right center;*/
	height:33px;
	text-align:left;
	filter: “alpha(opacity=60)”; 
	padding-bottom:4px;
	padding-left:5px;
	padding-right:2px;
	padding-top:5px;
	width:190px;
   
}
/* General items that's not a top menu */
x.zpMenu .zpMenu .zpMenu-item {
	/*text-align: left;*/
	margin: 0px 0px 0px 0px;
}


/* Current selected items in top horizontal menu*/
.zpMenu .zpMenu-item-selected {
	
	/* background: #ffffff; */
}

/* Current selected items in vertical menu*/
.zpMenu .zpMenu .zpMenu-item-selected {
	/* background: #E7E7E7; */
	color: #ffffff;
	border:0px none #000000;
	text-decoration: none;
	
}

/* The arrow that shows up when there's a sub-menu */
.zpMenu .zpMenu .zpMenu-item-collapsed .zpMenu-label {
	background: url("icon/arrow_right_black.gif") #DFDFDF  no-repeat 0 50%; 
	background-position:right;
	
	
}

/* The arrow that shows up when there's a sub-menu and the item is hovered*/
.zpMenu .zpMenu .zpMenu-item-expanded .zpMenu-label {
	background: url("icon/arrow_right_black.gif") #DFDFDF no-repeat 0 50%; 
	background-position:right;
}
.zpMenu-lined{
background-color:#FFFFFF;
border:1px #6699CC solid;	
}

