/************************* container *************************/
#contenidor_menu_titol{
	height:54px;
	background-image: url(../img/fons_menu_titol.gif);
	background-repeat: repeat-x;
}

#container_menu{
	width:auto;
	height:54px;
}


#menu_inici{
	width:59px;
	height:53px;
	background-image: url(../img/fons_menu_inici.gif);
	background-repeat: no-repeat;
	float:left;
	cursor:pointer;
}

	#menu_inici:hover{
		background-image: url(../img/fons_menu_inici_escollit.gif);
		background-repeat: no-repeat;
		color: #e8e8e8;
	}

#menu_equips{
	width:80px;
	height:53px;
	background-image: url(../img/fons_menu_equips.gif);
	background-repeat: no-repeat;
	float:left;
	cursor:pointer;
}
	#menu_equips:hover{
		background-image: url(../img/fons_menu_equips_escollit.gif);
		background-repeat: no-repeat;
		color: #e8e8e8;
	}

#menu_seu{
	width:56px;
	height:53px;
	background-image: url(../img/fons_menu_seu.gif);
	background-repeat: no-repeat;
	float:left;
	cursor:pointer;
}

	#menu_seu:hover{
		background-image: url(../img/fons_menu_seu_escollit.gif);
		background-repeat: no-repeat;
		color: #e8e8e8;
	}
	
#menu_resultats{
	width:214px;
	height:53px;
	background-image: url(../img/fons_menu_resultats.gif);
	background-repeat: repeat-x;
	float:left;
	cursor:pointer;
}

	#menu_resultats:hover{
		background-image: url(../img/fons_menu_resultats_escollit.gif);
		background-repeat: no-repeat;
		color: #e8e8e8;
	}
	
#menu_estadistiques{
	width:214px;
	height:53px;
	background-image: url(../img/fons_menu_esta.gif);
	background-repeat: repeat-x;
	float:left;
	cursor:pointer;
}

	#menu_estadistiques:hover{
		background-image: url(../img/fons_menu_esta_escollit.gif);
		background-repeat: no-repeat;
		color: #e8e8e8;
	}

#menu_inici_escollit{
	width:59px;
	height:53px;
	background-image: url(../img/fons_menu_inici_escollit.gif);
	background-repeat: no-repeat;
	float:left;
}


#menu_equips_escollit{
	width:80px;
	height:53px;
	background-image: url(../img/fons_menu_equips_escollit.gif);
	background-repeat: no-repeat;
	float:left;
}

#menu_seu_escollit{
	width:56px;
	height:53px;
	background-image: url(../img/fons_menu_seu_escollit.gif);
	background-repeat: no-repeat;
	float:left;
}

#menu_resultats_escollit{
	width:214px;
	height:53px;
	background-image: url(../img/fons_menu_resultats_escollit.gif);
	background-repeat: no-repeat;
	float:left;
}

/************************* lletra *************************/
.lletra_menu{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	text-align:center;
	padding-top:6px;
	font-weight:bold;
}

.lletra_menu_escollit{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #e8e8e8;
	text-decoration: none;
	text-align:center;
	padding-top:6px;
	font-weight:bold;
}
