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

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


/*************************************************************************
 * Titulo (Nivel 0)                                                      *
 *************************************************************************/
.bea-portal-theme-prodyserv table.mlmMenu tr.depth0 td {
        background-image: url('../images/productos_servicios.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-prodyserv tr.depth0 td {
        padding:0px;  /** elimina la linea de 1px entre depth0 y mlmItems **/
}
.bea-portal-theme-prodyserv td.mlmItems {
        padding:0px;  /** elimina la linea de 1px entre depth0 y mlmItems **/
}


.bea-portal-theme-prodyserv table.mlmItems {
	width: 210px;
		background: url('../images/fondo_prodyserv_mlmItems.gif') repeat-y 0px 0px;
        border-collapse: collapse;
		border-bottom: 1px solid #acb4bb;
}

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



/*************************************************************************
 * Nivel 1                                                               *
 *************************************************************************/
.bea-portal-theme-prodyserv table.mlmItems tr.depth1,
.bea-portal-theme-prodyserv table.mlmItems tr.depth1 td a {
	color: #333333;
	font-weight: bold;
}

/** nivel 1 item no seleccionado, y no en path **/
.bea-portal-theme-prodyserv table.mlmItems tr.depth1 td.item {
        padding-left: 9px;
	background-image: url('../images/fondomenuflecha.gif');
	background-repeat: no-repeat;
}

/** nivel 1 item seleccionado, o en path **/
.bea-portal-theme-prodyserv table.mlmItems tr.depth1 td.itemIsInPath,
.bea-portal-theme-prodyserv table.mlmItems tr.depth1 td.itemIsSelected {
        padding-left: 9px;
	background-image: url('../images/fondomenuflecha2.gif');
	background-repeat: no-repeat;
}


/*************************************************************************
 * Nivel 2                                                               *
 *************************************************************************/
/** nivel 2 item (cualquier estado) **/
.bea-portal-theme-prodyserv table.mlmItems tr.depth2 td {
        padding-left: 32px;
	background-image: url('../images/fondomenunivel2.gif');
	background-repeat: no-repeat;
}

/** nivel 2 item seleccionado, o en path **/
.bea-portal-theme-prodyserv table.mlmItems tr.depth2 td.itemIsInPath,
.bea-portal-theme-prodyserv table.mlmItems tr.depth2 td.itemIsSelected {
	font-weight: bold;
}


/*************************************************************************
 * Nivel 3                                                               *
 *************************************************************************/
/** nivel 3 item (cualquier estado) **/
.bea-portal-theme-prodyserv table.mlmItems tr.depth3 td {
	padding-left: 41px;
	background-image: url('../images/fondomenunivel3.gif');
	background-repeat: no-repeat;
}

