/* MENU LATERAL */

.menu_lateral {
	list-style: none;
	text-align: left;
	padding: 0px;
	font-size: 11px;
	margin-top: 15px;
	margin-left: 5px;
	overflow: hidden;
}
/* S'APLICA AL PRIMER NIVELL DE MENU */
.menu_lateral li.top {
	text-align: left;
	padding-bottom: 5px;
	list-style: none;
	margin-left: 0px;
	}
.menu_lateral li a.top_link, .menu_lateral li a.top_link:visited {
	list-style: none;
	padding-left: 0px;
	color: #000000;
	}
.menu_lateral li a.top_link_selected, .menu_lateral li a.top_link_selected:visited {
	text-decoration: none;
	color: #000000;
}

/* S'APLICA EN ELS HOVER DEL PRIMER NIVELL DE MENU */
.menu_lateral li a.top_link:hover, .menu_lateral li a.top_link:visited:hover {
	text-decoration: underline;
}

.menu_lateral li a.top_link_selected:hover, .menu_lateral li a.top_link_selected:visited:hover {
	text-decoration: underline;
}


/* ESTILS QUE S'APLIQUEN AL SEGON NIVELL DE MENU EN GENERAL AL UL, I PER LA RESTA DE NIVELLS */
.menu_lateral ul, .menu_lateral ul:hover ul ul, .menu_lateral ul:hover ul ul:hover ul ul, .menu_lateral ul:hover ul ul:hover ul ul:hover ul ul, .menu_lateral ul:hover ul ul:hover ul ul:hover ul ul:hover ul ul {
	display: none;
}
/*ESTILS DELS ITEMS DELS MENUS DE SEGON NIVELL*/

.menu_lateral ul li {
display: none;
}




/* MENU AUXILIAR */

.menu_auxiliar1 {
	list-style: none;
	text-align: left;
	padding: 0px;
	font-size: 11px;
	margin-top: 15px;
	margin-left: 5px;
	overflow: hidden;
}
/* S'APLICA AL PRIMER NIVELL DE MENU */
.menu_auxiliar1 li.top {
	text-align: left;
	padding-bottom: 5px;
	list-style: none;
	margin-left: 0px;
	}
.menu_auxiliar1 li a.top_link, .menu_auxiliar1 li a.top_link:visited {
	list-style: none;
	padding-left: 0px;
	color: #000000;
	}
.menu_auxiliar1 li a.top_link_selected, .menu_auxiliar1 li a.top_link_selected:visited {
	text-decoration: none;
	color: #000000;
}

/* S'APLICA EN ELS HOVER DEL PRIMER NIVELL DE MENU */
.menu_auxiliar1 li a.top_link:hover, .menu_auxiliar1 li a.top_link:visited:hover {
	text-decoration: underline;
}

.menu_auxiliar1 li a.top_link_selected:hover, .menu_auxiliar1 li a.top_link_selected:visited:hover {
	text-decoration: underline;
}


/* ESTILS QUE S'APLIQUEN AL SEGON NIVELL DE MENU EN GENERAL AL UL, I PER LA RESTA DE NIVELLS */
.menu_auxiliar1 ul, .menu_auxiliar1 ul:hover ul ul, .menu_auxiliar1 ul:hover ul ul:hover ul ul, .menu_auxiliar1 ul:hover ul ul:hover ul ul:hover ul ul, .menu_auxiliar1 ul:hover ul ul:hover ul ul:hover ul ul:hover ul ul {
	display: none;
}
/*ESTILS DELS ITEMS DELS MENUS DE SEGON NIVELL*/

.menu_auxiliar1 ul li {
display: none;
}
