.bea-portal-theme-haztecliente table.mlmMenu {
        width: 210px;
	border-collapse: collapse;
}

.bea-portal-theme-haztecliente table.mlmMenu tr {
        border-style: none;
}

/*************************************************************************
 * Titulo (Nivel 0)                                                      *
 *************************************************************************/
.bea-portal-theme-haztecliente table.mlmMenu tr.depth0 td {
        background-image: url('../images/haztecliente.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 210px;
	height: 26px;
}


/*************************************************************************
 * Aspectos generales de los items                                       *
 *************************************************************************/
/** eliminamos la linea de 1px entre depth0 y mlmItems **/
.bea-portal-theme-haztecliente tr.depth0 td {
        padding:0px;  /** elimina la linea de 1px entre depth0 y mlmItems **/
}
.bea-portal-theme-haztecliente td.mlmItems {
        padding:0px;  /** elimina la linea de 1px entre depth0 y mlmItems **/
}


/*LINEA MODIFICICADA 14/01/2008: Descuadre firefox*/
.bea-portal-theme-haztecliente table.mlmItems {
        width: 210px;
		background: url('../images/fondo_haztecliente_mlmItems.gif') repeat-y 0px 0px;
        border-collapse: collapse;
		border-bottom: 1px solid #acb4bb;
}

.bea-portal-theme-haztecliente table.mlmItems td,
.bea-portal-theme-haztecliente table.mlmItems td a {
	width: 200px;
	height: 18px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	text-decoration: none;
	font-size: 11px;
	background-position: center;
}


/*************************************************************************
 * Nivel 1 - Items fondos por defecto                                    *
 *************************************************************************/
 
.bea-portal-theme-haztecliente table.mlmItems tr.depth1,
.bea-portal-theme-haztecliente table.mlmItems tr.depth1 td a {
	color: #333333;
	font-weight: bold;
} 
 
 
/** (por defecto) item NO seleccionado **/
.bea-portal-theme-haztecliente tr.depth1 td.item {
	background-image: url('../images/fondomenu2.gif');
	background-repeat: no-repeat;
    padding-left: 9px;
}
/** (por defecto) ESTA seleccionado **/
.bea-portal-theme-haztecliente tr.depth1 td.itemIsInPath,
.bea-portal-theme-haztecliente tr.depth1 td.itemIsSelected {
	background-image: url('../images/fondomenu02.gif');
	background-repeat: no-repeat;
    padding-left: 9px;
}


/*************************************************************************
 * Nivel 2 - Items fondos por defecto                                    *
 *************************************************************************/
.bea-portal-theme-haztecliente tr.depth2 td {
	font-weight: normal;
        padding-left: 32px;
	background-image: url('../images/fondomenunivel2.gif');
	background-repeat: no-repeat;
}


/*************************************************************************
 * Item "Abre hoy tu Cuenta en Tbanc"                                    *
 *************************************************************************/
/** abre tu cuenta NO seleccionado **/
.bea-portal-theme-haztecliente tr.page_pub_HazteClienteAbreTuCuenta td.item  {
	background-image: url('../images/fondomenu.gif');
	background-repeat: no-repeat;
}
/** abre tu cuenta ESTA seleccionado **/
.bea-portal-theme-haztecliente tr.page_pub_HazteClienteAbreTuCuenta td.itemIsInPath,
.bea-portal-theme-haztecliente tr.page_pub_HazteClienteAbreTuCuenta td.itemIsSelected  {
	background-image: url('../images/fondomenu01.gif');
	background-repeat: no-repeat;
}


/*************************************************************************
 * Item "Que es Tbanc"                                                   *
 *************************************************************************/
/** que es TBanc NO seleccionado **/
.bea-portal-theme-haztecliente tr.page_pub_HazteClienteQueEsTbanc td.item {
	background-image: url('../images/fondomenu4.gif');
	background-repeat: no-repeat;
}
/** que es TBanc ESTA seleccionado **/
.bea-portal-theme-haztecliente tr.page_pub_HazteClienteQueEsTbanc td.itemIsInPath,
.bea-portal-theme-haztecliente tr.page_pub_HazteClienteQueEsTbanc td.itemIsSelected {
	background-image: url('../images/fondomenu04.gif');
	background-repeat: no-repeat;
}
