a.menu {
	font-size: 90% /* smaller */;
	font-family: sans-serif;
	text-align: left;
	padding-left: 1em;
	background-image: url(/theme/graphic/triangle-red-15.png);
	background-repeat: no-repeat;
	background-position: left;
}

a.menu:link { text-decoration: none; color: black }
a.menu:visited { text-decoration: none; color: grey }
a.menu:hover {
	font-size: 90%;
	text-decoration: none;
	font-weight: bold;
	background-image: url(/theme/graphic/triangle-red-30.png);
	background-repeat: no-repeat;
	background-position: left;
}
