 ul#navlist
 {
	white-space: nowrap;
	margin: 0;
	padding: 0;
 }

 #navlist li
 {
 display: inline;
 list-style-type: none;
 }

 #navlist a {
	padding-left: 20px;
	padding-top: 2px;
	padding-bottom: 2px;
}

 #navlist a:link, #navlist a:visited
 {
	color: #336600;
	text-decoration: none;
	background-image: url(../_images/pulsante_1.gif);
	background-repeat: no-repeat;
 }

 #navlist a:hover
 {
	color: #FF6600;
	text-decoration: none;
	background-image: url(../_images/pulsante_2.gif);
	background-repeat: no-repeat;
 }
.address {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}

