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

.bea-portal-theme-tips table.mlmMenu tr {
        border-style: none;
  border-color: grey;
}

.bea-portal-theme-tips table.mlmMenu tr.depth0 td {
    background-image: url('../images/saquelepartido.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 210px;
	height: 25px;
}

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

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

.bea-portal-theme-tips table.mlmItems {
        width: 201px;
        background-color: white;
		border-collapse: collapse;
		margin: 0px 0px 0px 4px;
}

.bea-portal-theme-tips table.mlmItems td img.mlmSpacer {
        width: 10px;
        height: 10px;
        display: inline;
	background-image: url('../images/mas.gif');
	background-repeat: no-repeat;
	background-position: center;
        padding-left: 5px;
}
