@import url("layout/3d.css");

.zpMenu {
	z-index:100;
}

.zpMenu a,
.zpMenu .zpMenu-label {
	color:#b3b2b2;
	font-family: Arial, Verdana, Helvetica;
	font-size:11px;
	font-weight: normal;
	
}

/* All selected items bold */
.zpMenu .zpMenu-item-selected .zpMenu-label,
.zpMenu .zpMenu-item-selected a {
	color:#1b5690;
	text-decoration:none;
}


.zpMenu-vertical-mode .zpMenu-level-1 {
	border-color: rgb(255,242,245);
}

.zpMenu .zpMenu-item {
	background-image:url(../../../images/boton.jpg);
	height:18px;
	margin-top:2px;
	margin-bottom:2px;
	text-align:center;
	width:161px;
}

.zpMenu .zpMenu-item {
	background-image:url(../../../images/boton.jpg);
	height:18px;
	margin-top:2px;
	margin-bottom:2px;
	text-align:-moz-center;
	width:161px;
}

.zpMenu .zpMenu {
	width:auto;
}

/* General items that's not a top menu */
.zpMenu .zpMenu .zpMenu-item {
	background:   #eaeaea;
	border-bottom: 1px solid rgb(255,242,245);
	padding-left:5px;
	padding-top:2px;
	padding-bottom:2px;
	margin-top:0px;
	margin-bottom:0px;
}

/* Current selected items in vertical menu*/
.zpMenu .zpMenu-item-selected,
.zpMenu .zpMenu .zpMenu-item-selected {
	
}
/*.zpMenu .zpMenu-item-selected a,*/
.zpMenu .zpMenu .zpMenu-item-selected a {
	color:#1b5690;
}

/* 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;
}
