body { behavior:url("/css/csshover.htc"); }
ul#navlist {
	width: 188px;
	\width: 190px;
	w\idth: 188px;
	padding: 0px;
	border-bottom: 0px;
	margin: 0px;
	font: bold 12px verdana, helvetica, arial, sans-serif;
	/*clear: both;*/
	z-index: 10;
}
ul#navlist li {
	list-style: none;
	margin: 0px;
	border: 0px;
	border-bottom: 1px dotted #e4d178;
}
ul#navlist li a {
	display: block;
	width: 172px;
	\width: 188px;
	w\idth: 172px;
	padding: 4px 8px 4px 8px;
	border: 0px;
	text-decoration: none;
	font-variant: small-caps;
	letter-spacing: -1px;
}
ul#navlist li a:link {
	color: #f4e198;
}
ul#navlist li a:visited {
	color: #e4d178;
}
ul#navlist li a:hover {
	color: #200700;
	background-color: #e4d178;
}

/* Active */
ul#navlist li.attivo a {
	color: #200700;
	background-color: #e4d178;
}
/* Evidenza */
ul#navlist li.evidence a:link {
	color: #fff;
	/*background-color: #a58021;*/
	background: #32260a url(../img/nav-evidence-bckg.jpg) no-repeat top left;
}
ul#navlist li.evidence a:hover {
	color: #200700;
	/*background-color: #e4d178;*/
	background: #32260a url(../img/nav-evidence-bckg-hover.jpg) no-repeat top left;
}
ul#navlist li.evidence a:visited {
	color: #CAA846;
	/*background-color: #a58021;*/
	background: #cdd9f5 url(../img/nav-evidence-bckg.jpg) no-repeat top left;
}
/* New */
#navnew {
	width: 36px;
	/* border: 1px solid blue; for testing purposes */
	position: relative;
	top: -286px;
	left: 160px;
	z-index: 2;
}