/* MENU LATERAL */

.menu_lateral {
	margin-top: -5px;
	list-style: none;
	text-align: left;
	width: 162px;
	margin-left: 14px;
	padding: 0px;
	padding-bottom: 20px;
	text-transform: uppercase;
	font-weight: bold;
}
/* S'APLICA AL PRIMER NIVELL DE MENU */
.menu_lateral li.top {
	text-align: left;
	border-bottom: 1px dotted #000000;
	margin-top: 10px;
	padding-bottom: 10px;
	}
.menu_lateral li a.top_link, .menu_lateral li a.top_link:visited {
	list-style: none;
	display: list-item;
	padding-left: 20px;
	color: #0f405f;
	}
.menu_lateral li a.top_link_selected, .menu_lateral li a.top_link_selected:visited {
	background-image: url(images/menu.gif);
	background-position: left;
	background-repeat: no-repeat;
	text-decoration: none;
	padding-left: 20px;
	padding-right: 4px;
	display: list-item;
	list-style: none;
	color: #ae0142;
}

/* 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 {
	list-style: none;
	display: list-item;
	text-decoration: none;
	color: #ae0142;
}

.menu_lateral li a.top_link_selected:hover, .menu_lateral li a.top_link_selected:visited:hover {
	color: #ae0142;
	text-decoration: none;
}


/* 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: none;
	margin-top: 5px;
	font-weight: normal;
	text-transform: lowercase;
}
/*ESTILS DELS ITEMS DELS MENUS DE SEGON NIVELL*/

.menu_lateral ul li {
	margin-left: -7px;
	padding-bottom: 0px;
	margin-bottom: 5px;
}
.menu_lateral ul li a {
	list-style: none;
	text-align: left;
	color: #0f405f;
}
.menu_lateral ul li a:visited {
	list-style: none;
	text-align: left;
	color: #0f405f;
}
.menu_lateral ul li a:hover {
	list-style: none;
	text-align: left;
	color: #0f405f;
}
.menu_lateral ul li a:visited:hover {
	list-style: none;
	text-align: left;
	color: #0f405f;
}
.menu_lateral ul li > a.a_sub_selected {
	list-style: none;
	text-align: left;
	text-decoration: underline;
	color: #0f405f;
}
.menu_lateral ul li > a.a_sub_selected:visited {
	list-style: none;
	text-align: left;
	color: #0f405f;
}
.menu_lateral ul li > a.a_sub_selected:hover {
	list-style: none;
	text-align: left;
	color: #0f405f;
}
.menu_lateral ul li > a.a_sub_selected:visited:hover {
	list-style: none;
	text-align: left;
	color: #0f405f;
}
.menu_lateral ul li a.a_sub_selected {
	list-style: none;
	text-align: left;
	text-decoration: underline;
	color: #0f405f;
}

.menu_lateral ul li a.a_sub_selected:visited {
	list-style: none;
	text-align: left;
	color: #0f405f;
}
.menu_lateral ul li a.a_sub_selected:hover {
	list-style: none;
	text-align: left;
	color: #0f405f;
}
.menu_lateral ul li a.a_sub_selected:visited:hover {
	list-style: none;
	text-align: left;
	color: #0f405f;
}