

ul li {
  list-style-type: none;/*turns off display of bullet*/
}
/***** Main Formatting *****/

#wrapper {
  display: block;
  width: 100%;
  margin: 4px auto;
  }
/***** MENU *****/

#wrapperNavlist {
  display: block;
  width: 241px;
  padding: 0;
  font-weight: bold;
}

#navlist {
	height: 33px;
	line-height: 33px;
	margin: 0; /*removes indent IE and Opera*/
	padding: 0; /*removes indent Mozilla and NN7*/
	font-family: Arial, Verdana;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	text-align: left;
	background-image: url(puntini_sfondo.gif);
	width: 241px;
}

#navlist a, #navlist a:visited {
  display: block;
  width: 241px;
  height: 33px;
  line-height: 33px;/*must be equal to height. Centers the text vertically*/
  padding: 0 0 0 40px;
  color: #666666;
  text-decoration: none;
  background-image: url(puntini_sfondo.gif);
 }

#navlist a:hover {
  display: block;
  height: 33px;
  width: 241px;
  line-height: 33px;
  color: white;
  background-image: url(hover.jpg);
}

#navlist #active a {
  display: block;
  background-image: url(hover.jpg);
  padding-left: 60px;
  color: white;
}




.navlist {
	height: 33px;
	line-height: 33px;
	font-family: Arial, Verdana;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	text-align: left;
	background-image: url(puntini_sfondo.gif);
}

.navlist a, .navlist a:visited {
  display: block;
  height: 33px;
  line-height: 33px;/*must be equal to height. Centers the text vertically*/
  padding: 0 0 0 20px;
  color: #666666;
  text-decoration: none;
  background-image: url(puntini_sfondo.gif);
 }

.navlist a:hover {
  display: block;
  height: 33px;
  line-height: 33px;
  color: white;
  background-image: url(hover.jpg);
  padding: 0 0 0 50px;
}

.active {
  height: 33px;
	line-height: 33px;
	font-family: Arial, Verdana;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	text-align: left;
  display: block;
  background-image: url(hover.jpg);
  padding-left: 50px;
  color: white;
}
.active a, .active a:hover {
  display: block;
  height: 33px;
  line-height: 33px;
  color: white;
  text-decoration: none;
}