/* MENÚ LATERAL ADAPTAT */


/* A few IE bug fixes */
		* {
	margin: 0;
	padding: 0;
}
* html ul ul li a {
	height: 100%;
}
* html ul li a {
	height: 100%;
}
* html ul ul li {
	margin-bottom: -1px;
}
#theMenu {
	width: 154px;
	/* height: 350px;  HO ESBORRO PERQUÈ EM DÓNA ERROR AMB IE I STRICT*/
					margin: 30px 0;
	padding: 0;
	background:#ffffff;
}
/* Some list and link styling */
		#theMenu li {
	list-style-type: none;
	color: #666;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-color: #f9f9f9;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 20px;
	font-weight: bold;
	text-align: left;
}
#theMenu ul li {

/*		CAL QUE SIGUI 5 PIXELS MÉS PETIT PERQUÈ SINÓ FA QUE L'AGENDA SALTI SOBRE EL PEU
		width: 154px; 	*/
	width: 149px;
	padding-left: 5px;
}


/*TERCER NIVELL*/
#theMenu ul ul li {
	border-left: 25px solid #69c;
	padding: 0;
	width: 140px;
	margin-bottom: 0;
}
#theMenu ul ul li a {
	display:block;
	color: #000;
	padding: 3px 6px;
	font-size: small;
}
#theMenu ul ul li a:hover {
	color: #369;
	background-color: #eee;
	padding: 3px 8px;
}





/* Header links styling */
		#theMenu a.pare {
	border-bottom-color: #FFFFFF;
	padding: 0 6px;
	display: block;
	background: #fff;
	color: #666;
	font: bold 10px/18px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFF;
	
}
#theMenu a.pare:hover {
	color: #000000;
	background: #fcfcfc;
}





#theMenu a.selected {
	border: 1px solid #FFF;
	border-bottom-color: #CCC;
	padding: 0 6px;
	display: block;
	background: #f2f2f2;
	color: #000000;
	font: bold 10px/18px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;/*			background: #6c9 url(up.gif) no-repeat; 
			background-position:98% 50%;
			color: #fff;
			padding: 3px 6px;
	*/
}
#theMenu a.nofills {
	border: 1px solid #FFF;
	border-bottom-color: #CCC;
	display: block;
	background: #fff;
	color: #003366;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 18px;
	font-weight: bold;
	text-align: left;
	margin: 0px;
	padding: 0;	
}
#theMenu a.nofills:hover {
	background-color: #e7e7e7;
	color: #000000;
}
