@import url("layout/3d.css");

.zpMenu {
	background: #FFF;
	width: 222px;
	/*margin-top: 10px;*/
	/*margin-left: 10px;*/
	/*padding-bottom: 20px;	*/
}


.zpMenu a {
	color:  #686760;
}

.zpMenu .zpMenu-label {
	color:  #686760;
	font-weight: normal;
	text-transform: uppercase;
	padding-left: 21px;
	padding-top: 16px;
	height: 25px;
}
.zpMenu .zpMenu-item {
	margin-bottom: 2px;
	height: 41px;
	background: url('contrast_blue/boton_off2.jpg') no-repeat;
}

.zpMenu .zpMenu-item-selected {
	background: url('contrast_blue/boton_on2.jpg') no-repeat;
}
.zpMenu .zpMenu-item-selected a {
	color:  #fe8e00;
}


.zpMenu-vertical-mode .zpMenu-level-1 {
}

/* General items that's not a top menu */
.zpMenu .zpMenu .zpMenu-item {
	border:0px;
	margin-bottom: 2px;
	height: 19px;
	background: url('contrast_blue/boton_off_nivel2.jpg') no-repeat;
}
.zpMenu .zpMenu .zpMenu-label {
	padding:0;
	vertical-align: middle;
	height: 19px;
	padding-left: 24px;
}

/* Current selected items in vertical menu*/
.zpMenu .zpMenu .zpMenu-item-selected {
	background: url('contrast_blue/boton_on_nivel2.jpg') no-repeat;
}

/* 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;
}

