@import url("layout/3d.css");

.zpMenu {
	margin: 0px 0px 0px 10px;
}

.zpMenu a { /* Este es el contenido del desplegable */

	color:  #fbb726;
	font-weight: normal;
	text-align:center;

}

.zpMenu .zpMenu-label{
	height:31px;
	width:161px;
	color:  #fbb726;
	font-weight: normal;
	/*text-align:center;*/
	padding-left:8px;
	padding-top:0px;
	background-image:url(../../../images/boton.jpg);
	
}

.zpMenu .zpMenu-item-selected .zpMenu-label, .zpMenu .zpMenu-item-selected a {

	color:  #fbb726;
	font-weight: normal;
	/*border:0px;*/
	text-decoration:none;
	/*text-decoration:none;*/
	/*text-align:center;*/
}


.zpMenu-vertical-mode .zpMenu-level-1 {
	height:31px;
	width:161px;
	background-image:url(../../../images/boton.jpg);
	/*border:0px;*/
	text-decoration:none;
	/*text-align:center;*/
}

/* General items that's not a top menu */
.zpMenu .zpMenu .zpMenu-item {
	width:161px;
	font:arial regular;
	font-size:10px;
	/*border:0px;*/
	/*text-align:center;*/
	/*margin-top:0px;
	padding-top: 0px;
	border-bottom: 1px solid rgb(255,242,245);*/
	color: #fbb726;
	background:  #000000;
	
}

.zpMenu .zpMenu .zpMenu-item-selected {
	
	text-align:center;
	/*border: 0px;*/
}


/* Current selected items in vertical menu
.zpMenu .zpMenu-item-selected,
.zpMenu .zpMenu .zpMenu-item-selected {
	background:  #000099;
}

/* The arrow that shows up when there's a sub-menu 
.zpMenu .zpMenu .zpMenu-item-collapsed .zpMenu-label{
	background: url("contrast_blue/arrow.gif")  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("contrast_blue/arrow.gif")  no-repeat 0 50%; 
	background-position:right;
}*/
