
/* ESTIL QUE S'APLICA EN GENERAL AL UL INICIAL QUE CONTE TOT EL MENU A DINS */
.menu_lateral {
	margin:0px;
	list-style: none;
	text-align: left;
	font-size: 16px;
	width: auto;
	padding: 0px;
}
/* S'APLICA AL PRIMER NIVELL DE MENU */
.menu_lateral li.top {
	text-align: left;
	font-size: 16px;
	color: #FFFFFF;
	margin-left: 10px;
	}
.menu_lateral li a.top_link, .menu_lateral li a.top_link:visited {
	list-style: none;
	text-align: left;
	font-size: 16px;
	text-transform: uppercase;
	color: #FFFFFF;
}
.menu_lateral li a.top_link_selected, .menu_lateral li a.top_link_selected:visited {
	list-style: none;
	text-align: left;
	font-size: 16px;
	text-transform: uppercase;
	color: #ff0000;
}

/* 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: none;
	color: #ff0000;
}
.menu_lateral li a.top_link_selected:hover, .menu_lateral li a.top_link_selected:visited:hover {
	text-decoration: none;
	color: #ffffff;
}


/* 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 {
	list-style: disc;
	margin-top: 10px;
	margin-bottom: 30px;
	line-height: 15px;
}
/*ESTILS DELS ITEMS DELS MENUS DE SEGON NIVELL*/

.menu_lateral ul li {
	margin-left: -10px;
	padding-bottom: 3px;
}
.menu_lateral ul li a {
	list-style: none;
	text-align: left;
	font-size: 12px;
	text-transform: uppercase;
	color: #FFFFFF;
}
.menu_lateral ul li a:visited {
	list-style: none;
	text-align: left;
	font-size: 12px;
	text-transform: uppercase;
	color: #FFFFFF;
}
.menu_lateral ul li a:hover {
	list-style: none;
	text-align: left;
	font-size: 12px;
	text-transform: uppercase;
	color: #FFFFFF;
}
.menu_lateral ul li a:visited:hover {
	list-style: none;
	text-align: left;
	font-size: 12px;
	text-transform: uppercase;
	color: #FFFFFF;
}
.menu_lateral ul li > a.a_sub_selected {
	list-style: none;
	text-align: left;
	font-size: 12px;
	text-transform: uppercase;
	color: #FF0000;
}
.menu_lateral ul li > a.a_sub_selected:visited {
	list-style: none;
	text-align: left;
	font-size: 12px;
	text-transform: uppercase;
	color: #FF0000;
}
.menu_lateral ul li > a.a_sub_selected:hover {
	list-style: none;
	text-align: left;
	font-size: 12px;
	text-transform: uppercase;
	color: #FFFFFF;
}
.menu_lateral ul li > a.a_sub_selected:visited:hover {
	list-style: none;
	text-align: left;
	font-size: 12px;
	text-transform: uppercase;
	color: #FFFFFF;
}
.menu_lateral ul li a.a_sub_selected {
	font-family: "Trebuchet MS";
	list-style: none;
	text-align: left;
	font-size: 12px;
	text-transform: uppercase;
	color: #FF0000;
}

.menu_lateral ul li a.a_sub_selected:visited {
	list-style: none;
	text-align: left;
	font-size: 12px;
	text-transform: uppercase;
	color: #FF0000;
}
.menu_lateral ul li a.a_sub_selected:hover {
	list-style: none;
	text-align: left;
	font-size: 12px;
	text-transform: uppercase;
	color: #FF0000;
}
.menu_lateral ul li a.a_sub_selected:visited:hover {
	list-style: none;
	text-align: left;
	font-size: 12px;
	text-transform: uppercase;
	color: #FFFFFF;
}
