@import url("layout/3d.css");

.zpMenu {
	text-align: center;
	border: 0px solid blue;
}
.zpMenu .zpMenu-item {
	background:url(../../../images/boton_05.jpg);
	height:27px;
	width:114px;
	padding-top:7px;
}
.zpMenu a{
	color:  #ffffff;
	font-weight: normal;
	font-size:11px;
	text-align:left;
}
.zpMenu .zpMenu-label {
	color:  #ffffff;
	font-weight: normal;
	font-size:11px;
	text-align:left;
}

/* All selected items bold */
.zpMenu .zpMenu-item-selected .zpMenu-label{
	color:#ffffff;
	text-decoration:none;
	text-align:left;
}
.zpMenu .zpMenu .zpMenu-label{
	color:#ffffff;
	text-decoration:none;
	text-align:left;
}
.zpMenu .zpMenu-item-selected a {
	color:#ffffff;
	text-decoration:none;
	text-align:center;
	
	
}

.zpMenu-vertical-mode .zpMenu-level-1, 
.zpMenuVertical {
	background: #99b9e1;						/*fondo gris*/
	/*padding: 3px 3px 3px 3px;*/
	text-align: center;
	
	/*border-bottom: 1px dotted #000;*/
		
}

.zpMenu-vertical-mode .zpMenu-level-1, 
.zpMenuVertical {
	background: #99b9e1;						/*fondo gris*/
	/*padding: 3px 3px 3px 3px;*/
	text-align: -moz-center;
	
	/*border-bottom: 1px dotted #000;*/
}

/* General items that's not a top menu */
.zpMenu .zpMenu .zpMenu-item {
	margin-top:0px;
	padding-top: 0px;
	background:   #cccccc;
	border-bottom: 1px solid rgb(255,242,245);
	padding:0px;
	color: #00008B;
}

/* Current selected items in vertical menu*/
.zpMenu .zpMenu-item-selected{
	
}
.zpMenu .zpMenu .zpMenu-item-selected {
	background:  #636363;
}

/* 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;
}
