@import url("layout/3d.css");
/* Menu */

.zpMenu {
	margin: 0px 0px 0px 0px;
	width: 180px;
	text-align: left;
		background: #F5F5F5;
}

.zpMenu .zpMenu {
	/*margin-top:2px;*/
		width: 165px;
		background: #F5F5F5;
		border:2px solid #6b92af;
		
}

/* properties a drop down menu */
.zpMenu-vertical-mode .zpMenu-level-1, 
.zpMenuVertical {
	
	background-image:url(../../../images/lat_izq_menu.jpg);
	padding: 10px 3px 3px 9px;
	
	background-repeat:no-repeat;
	
	
}

.zpMenu a
{
padding-left:15px;
font-family:Arial, Helvetica, sans-serif;
	vertical-align:middle;
	color:#0e577f;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	
	
	
}

.zpMenu a:hover
{
text-decoration:none;
	
	
}

.zpMenu .zpMenu a
{
font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:18px;
	font-weight:bold;
	color:#666666;
	text-decoration:none;
	text-align: left;
	padding:4px;
	padding-left:7px;
	padding-right:6px;
	
	
	
}

.zpMenu .zpMenu a:hover
{
font-family:Arial, Helvetica, sans-serif;

	color:#333333;
	text-decoration:none;	
	
}




.zpMenu .zpMenu .zpMenu-item {
	background: #e0edf4;
	
		width: 165px;
	
}
/* General items that's not a top menu */
x.zpMenu .zpMenu .zpMenu-item {
	background: #e0edf4;
	
	
	
}


/* Current selected items in top horizontal menu*/
.zpMenu .zpMenu-item-selected a{
	text-decoration:none;
	color:#0e577f;
	
}

/* Current selected items in vertical menu*/
.zpMenu .zpMenu .zpMenu-item-selected {
	color:black;
	
	
}

/* The arrow that shows up when there's a sub-menu */
.zpMenu .zpMenu .zpMenu-item-collapsed .zpMenu-label {
	background: url("icon/arrow_right_black.gif") #ffffff  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("icon/arrow_right_black.gif") #E7E7E7 no-repeat 0 50%; 
	background-position:right;
}
