@import url("layout/3d.css");
/* Menu */

.zpMenu {
	margin: 0px 0px 0px 0px;
	width: 150px;
	text-align: left;
	background: none;
	
}

.zpMenu .zpMenu {
	/*margin-top:2px;*/
	
}

/* properties a drop down menu */
.zpMenu-vertical-mode .zpMenu-level-1, 
.zpMenuVertical {
	background: #f6f6f6;
	background: url("icon/boton.jpg");
	padding-left:32px;
	padding-top:7px;
	height:19px;
	text-align: left;
	width:122px;

}

.zpMenu .zpMenu .zpMenu-item {
	background: url("icon/boton2.jpg");
	margin: 0px 0px 0px 0px;
	padding-left:15px;
	padding-top:7px;
	height:19px;
}
/* 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;
	
	
}
