@import url("layout/3d.css");

.zpMenu {
	/*background:  #B0C4DE;
	border: 1px solid blue;*/
}

.zpMenu a,
.zpMenu .zpMenu-label {
	color:  #584444;
	font-weight: strong;
	font-size:12px;
	padding-left:12px;
	padding-bottom:13px;
	width:189px;
}

/* All selected items bold */
.zpMenu .zpMenu-item-selected .zpMenu-label,
.zpMenu .zpMenu-item-selected a {
	color:#cc3338;
	text-decoration:none;
}


.zpMenu-vertical-mode .zpMenu-level-1 {

}

/* General items that's not a top menu */
.zpMenu .zpMenu .zpMenu-item {
	margin-top:0px;
	padding-top:6px;
	padding-bottom:0px;
	width:160px;
	background: url("contrast_blue/fondo_menu.jpg");
	/*background:   #CADBE7;
	border-bottom: 1px solid rgb(255,242,245);*/
	color: #584444;
}

/* 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;
}
