@import url("layout/3d.css");

.zpMenu {
  height:27px;
  width: 965px;
}

.zpMenu .seleccionado {
	background: url("../../../images/menu_circulos.jpg") 0 0 no-repeat;
}

.zpMenu a:hover{
	background: url("../../../images/menu_circulos.jpg") 0 0 no-repeat;
	width: 72px;
    height:24px;
}

.zpMenu a,
.zpMenu .zpMenu-label {
	color:  #ffffff;
	padding: 0px 17px 0px 0px;
	font-family: Century Gothic,Verdana, arial, sans-serif;
	font-size: 15px;
	height:27px;
}


/* All selected items bold */
.zpMenu .zpMenu-item-selected .zpMenu-label,
.zpMenu .zpMenu-item-selected a {
	color:#ffffff;
	text-decoration:none;
}
	
/* General items that's not a top menu */
.zpMenu .zpMenu .zpMenu-item {
	background: #333333;
	padding:4px;
	color: #ffffff;
	width: 160px; 
}

.zpMenu .zpMenu .zpMenu-item a{
	font-family: Century Gothic,Verdana, arial, sans-serif;
	font-size: 12px;
}

/* Current selected items in vertical menu*/
.zpMenu .zpMenu-item-selected,
.zpMenu .zpMenu .zpMenu-item-selected {
	background:  #333333;
	text-decoration:none;
}

/* 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;
}
