/* MENU PRINCIPAL*/
#menu{
	margin:0 2px 0 2px;
	padding:0 0 20px 0;
	border-bottom: dashed 1px #5c5d58;
}
#menu ul{
	list-style:none;
	display:block;
	margin:0;
	padding:0;
	width:auto;
}

#menu ul li{
	display:block;
}

#menu ul li a{
	margin:0;
	padding:0;
	color:#FFFFFF;
	display:block;
	height:25px;
	text-decoration:none;
}

#menu ul li a span{
	height:25px;
	visibility:hidden;
}

#menu ul li.mrestaurants a {width:138px; background:url(../img/restaurantes.gif) no-repeat;}
#menu ul li.mrestaurants a.actual { background:url(../img/restaurantes.gif) no-repeat;}
#menu ul li.mrestaurants a:hover{ background:url(../img/restaurantes.gif) no-repeat;}

#menu ul li.mreceptes a { width:138px; background:url(../img/recetas.gif) no-repeat bottom right;}
#menu ul li.mreceptes a.actual {	background:url(../img/recetas.gif) no-repeat bottom right;}
#menu ul li.mreceptes a:hover{	background:url(../img/recetas.gif) no-repeat bottom right;}

#menu ul li.mmercat a {width:138px; background:url(../img/mercado.gif) no-repeat bottom right;}
#menu ul li.mmercat a.actual { background:url(../img/mercado.gif) no-repeat bottom right;}
#menu ul li.mmercat a:hover{ background:url(../img/mercado.gif) no-repeat bottom right;}

#menu ul li.mmenatge a { width:138px; background:url(../img/menaje.gif) no-repeat bottom right;}
#menu ul li.mmenatge a.actual {	background:url(../img/menaje.gif) no-repeat bottom right;}
#menu ul li.mmenatge a:hover{	background:url(../img/menaje.gif) no-repeat bottom right;}

#menu ul li.mlibros a { width:138px; background:url(../img/libros.gif) no-repeat bottom right;}
#menu ul li.mlibros a.actual {	background:url(../img/libros.gif) no-repeat bottom right;}
#menu ul li.mlibros a:hover{	background:url(../img/libros.gif) no-repeat bottom right;}

/* fin MENU PRINCIPAL*/


