/************************* container *************************/
#container_menu{
	width:189px;
	height:53px;
}


#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:50px;
	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_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:50px;
	height:53px;
	background-image: url(../img/fons_menu_seu_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;
}