.menu {
  text-align: left; 
  margin: 3px 0 2px 5px;
  padding: 0 0 0px 0;
  background-color: #ed7a1d;
}

 .menu li {
  margin: 0px 0px 0 0;
  display: inline; 
  background-image: url(../img/separador.gif);
  background-repeat:no-repeat;
  background-position: right;
  background-color: #ed7a1d;
}

/*especial ultimo enlace*/
.item62{
	background-image: none!important;
}

.menu li a {
	height: 0px;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	margin-right: 24px;
	margin-left: 25px;
	background-position: left;
	background-repeat: no-repeat;
}
  

.menu li a:hover {
	height:0px;
	text-decoration: none;
	color: #6b6c70;
}
	
.menu li.active a{
	width: auto;
	height: 10px;
 	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}
	
/*submenu*/
.parentactive ul{
  float: left;
  width: 100%;
  margin: 6px 0 5px 0;
  padding: 3px 0 3px 0;
  text-align: left;
  text-align: center;
  background-color: White;
}


* html  .parentactive ul {
  margin: 2px 0 5px 0; /* IE hack */
}
  
.parentactive ul li {
   padding: 0px 0 0px 0;
   border: 0;
	background-image: none;
	background-repeat: no-repeat;
	background-position: right;
	background-color: transparent;
}

.parentactive ul li a {
	color: #635f5f;
	text-decoration: none;
	background: none;
	font-weight: normal;
	padding-left: 0px;
	padding-right: 0px;
	margin-right: 11px;
	margin-left: 11px;
 }
 
 .parentactive ul a:hover {
	color: #635f5f;
	text-decoration: underline;
 }
 
/*submenu activo*/
.parentactive  #current a{
	background-image: none;
	color: #635f5f;
	text-decoration: none;
	background: none;
	font-weight: normal;
	font-size: 12px;
	padding-left: 0px;
	padding-right: 0px;
}


/*MENU PIE*/
/*bordes menu pie*/
.SupIzq_menu_pie{
width: 627px;
height:21px;
background-color:#6b6c70;
background-image: url(../img/esq_gris_izq_up.gif);
background-repeat: no-repeat;
background-position: top left;
}

.SupDer_menu_pie{
background-repeat: no-repeat;
background-position: top right;
}

.InfIzq_menu_pie{
background-image: url(../img/esq_gris_izq_down.gif);
background-repeat: no-repeat;
background-position: bottom left;
}

.InfDer_menu_pie{
background-repeat: no-repeat;
background-position: bottom right;
padding: 0.1% 0% 0.4% 4%;
}

.mainlevel_menupie{
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
	margin-right: 33px;
}

.mainlevel_menupie:hover{
	text-decoration: underline;
}

