/* CSS Document TERMINAL B CATALĀ */


/*NAVEGACION PRINCIPAL*/

#menu ul {
	padding-left: 0;
	margin: 0;
	}

#menu li {
	margin: 0; 
	padding: 0;
	list-style: none;
	display: inline;
	}

#menu a, #menu ul li strong {
	float:left;
	padding: 16px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:16px; /* for IE5/Win only */
	}

#menu ul li strong, #menu ul li a#selected {
	background-position: 0 -32px;
	}
	
#menu #selected {
	background-position: 0 -32px;
	}

div#menu a:hover {
	background-position: 0 -16px;
	}
	
div#menu a:active {
	background-position: 0 -32px;
	}

#menu_buscar a, #menu_buscar strong {
	width: 62px;
	background-image: url(../img/menu/menu_buscar_cat.gif);
	background-repeat:no-repeat;
	}
	
#menu_inscribirse a, #menu_inscribirse strong {
	width: 83px;
	background-image: url(../img/menu/menu_inscribirse_cat.gif);
	background-repeat:no-repeat;
	}	
	
#menu_perfil a, #menu_perfil strong {
	width: 112px;
	background-image: url(../img/menu/menu_perfil_cat.gif);
	background-repeat:no-repeat;
	}
	
#menu_exposiciones a, #menu_exposiciones strong {
	width: 87px;
	background-image: url(../img/menu/menu_exposiciones_cat.gif);
	background-repeat:no-repeat;
	}
#menu_actividades a, #menu_actividades strong {
	width: 81px;
	background-image: url(../img/menu/menu_actividades_cat.gif);
	background-repeat:no-repeat;
	display: none;
	}
	
#menu_terminalb a, #menu_terminalb strong {
	width: 117px;
	background-image: url(../img/menu/menu_terminalb_cat.gif);
	background-repeat:no-repeat;
	}	
#menu_ayuda a, #menu_ayuda strong {
	width: 52px;
	background-image: url(../img/menu/menu_ayuda_cat.gif);
	background-repeat:no-repeat;
	float:right;
	}	

/* modifs 06-2008 */
#menu_inicio a, #menu_inicio strong {
	width: 45px;
	background-image: url(../img/menu/menu_inicio_cat.gif);
	background-repeat:no-repeat;
}
#menu_contacta a, #menu_contacta strong {
	width: 83px;
	background-image: url(../img/menu/menu_contacta_cat.gif);
	background-repeat:no-repeat;
}