@import url("layout/3d.css");

.zpMenu {
	/*background:  #B0C4DE;
	border: 1px solid blue;*/
	float:left;
}

.zpMenu a,
.zpMenu .zpMenu-label {
	/*color:  #0002B9;
	font-weight: normal;*/
	font-family:"Palatino linotipe", Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	text-decoration:none;
	color:#f3f4fa;
	width:81px;
	text-align:center;
}

.zpMenu .zpMenu .zpMenu-label, .zpMenu .zpMenu a
{
	text-align:left;
	width:144px;
	font-family:"Palatino linotipe", Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}

/* All selected items bold */
.zpMenu .zpMenu-item-selected .zpMenu-label,
.zpMenu .zpMenu-item-selected a {
	font-family:"Palatino linotipe", Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	text-decoration:none;
	color:#f3f4fa;
	text-align:center;
	/*color:#00FFFF;*/
}

.zpMenu-horizontal-mode .zpMenu-level-1 {
	/*border-color: rgb(255,242,245);*/
	background-image:url(../../../images/boton.jpg);
	width:81px;
	height:17px;
	text-align:center;
	margin-right:15px;
	margin-top:5px;
	font-family:"Palatino linotipe", Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}

.zpMenu .zpMenu
{
	margin-top:6px;
}

/* General items that's not a top menu */
.zpMenu .zpMenu .zpMenu-item {
	font-family:"Palatino linotipe", Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	/*margin-top:0px;
	padding-top: 0px;
	background:   #CADBE7;
	border-bottom: 1px solid rgb(255,242,245);
	padding:0px;
	color: #00008B;*/
	width:144px;
	/*height:17px;*/
	background-color:#0054a6;
	border-bottom: 1px solid rgb(255,242,245);
	border-color:#2e3092;
	text-align:left;
	padding:3px;
}

/* Current selected items in vertical menu*/
.zpMenu .zpMenu-item-selected{
	background-image:url(../../../images/boton_sel.jpg);
	width:81px;
	/*height:17px;*/
}

/*.zpMenu .zpMenu-item-selected .zpMenu-label{
	text-align:center;
}*/

.zpMenu .zpMenu .zpMenu-item-selected{
	width:144px;
	/*height:17px;*/
	color:#d92c34;
	background-image:none;
	text-align:left;
	padding:3px;
}

.zpMenu .zpMenu .zpMenu-item-selected .zpMenu-label{
	text-align:left;
}

.zpMenu .zpMenu .zpMenu-item-selected a {
	color:#ff3333;
	text-align:left
}

/* 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;
}
