.menulist {
	DISPLAY: inline;
	width: 100%;
	LINE-HEIGHT: 12pt;
	TEXT-DECORATION: none;
	font-size: 10pt;
}

A.menulist:link {
background: url(../images/link_not_seen.gif);
	background-color: #FFFFA4;
	background-position: right;
	background-repeat: no-repeat;
	background-color: inherit;
}
A.menulist:visited {

	background-position: right;
	background-repeat: no-repeat;
	background-color: inherit;
	background-image: url(http://www.form-homoeopathie.de/images/link_seen.gif);
}
A.menulist:active {
	background-position: right;
	background-repeat: no-repeat;
	background-color: inherit;
	background-image: url(http://www.form-homoeopathie.de/images/link_seen.gif);
}
A.menulist:hover {
	background-color: #E7DFE7;
	background-position: right;
	background-repeat: no-repeat;
	background-image: url(http://www.form-homoeopathie.de/images/link_show.gif);
}
