p, dl, dt, dd, img {
	padding:0;
	margin:0;
}
div.break_row {
	clear:both;
}
noscript p#js_titolo {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:xx-large;
	color: #ff0000;
}
noscript p#js_testo {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:x-large;
	color: #000;
}
div.categ {
}
.categ ul {
	margin:0;
	padding:0;
}
.categ ul li {
	list-style-position:outside;
	margin:0;
	padding:0;
	list-style-type:none;
	line-height:1.7em;
}

/* per le sottocategorie. Il margine di sinistra è calcolato in base alla larghezza dell'icona nel link */
li .categ ul { 
	margin:0 0 0 17px;
}

a img {
	border:none;
}

a.categ_normal:link, a.categ_normal:visited, a.categ_normal:active {
	font-weight:normal;
	text-decoration:none;
	color:#666;
	background-image:url(../gfx/arrows_sl.gif);
	background-position:0px 50%;
	background-repeat:no-repeat;
	padding-left:15px;
}
a.categ_normal:hover {
	font-weight:normal;
	text-decoration:none;
	color:#000;
}

a.categ_expanded:link, a.categ_expanded:visited, a.categ_expanded:active {
	font-weight:normal;
	text-decoration:none;
	color:#ffa201;
	background-image:url(../gfx/arrows_sl.gif);
	background-position:0px 50%;
	background-repeat:no-repeat;
	padding-left:15px;
}
a.categ_expanded:hover {
	font-weight:normal;
	text-decoration:none;
	color:#666;
}
a.categ_selected:link, a.categ_selected:visited, a.categ_selected:active {
	font-weight:normal;
	text-decoration:none;
	color:#FF0000;
	background-image:url(../gfx/arrows_sl.gif);
	background-position:0px 50%;
	background-repeat:no-repeat;
	padding-left:15px;
}
a.categ_selected:hover {
	font-weight:normal;
	text-decoration:none;
}
