#menu1 {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
	border: 0px solid #006699;
	width: 255px;
	padding: 0px;
	margin: 0px;
	list-style: inside;
	text-decoration: none;
}

html > body #menu1{
	list-style: outside;
}

.cAbierta{
	list-style-type: none;
	
}

.cAbiertaSeleccionada{
	list-style-type: none;
	
}

.cCerradaSeleccionada{
	list-style-type: none;
	
}

.cCerrada{
	list-style-type: none;

	
}

.menuDoc{
	list-style-type: none;
list-style-image: url(imatges/flecha_der.gif);
	
}

.tagApartado, a.tagApartado{
	cursor: pointer;
	font-weight: bold;
	text-decoration: none;
margin: 0px;
}

.documentoActual{
	list-style-image: url(imatges/flecha_abajo.gif);
margin: 0px;
}

#menu1 a {
	color: #CCECFF;
text-decoration: none;
}

#menu1 a:hover {
	color: #CCECFF;
text-decoration: none;
background-color: #3F79BA;
}

.documentoActual a{
	color:#CCECFF;
text-decoration: none;
margin: 0px;
}
