body {
	font-family: Arial, Helvetica, sans-serif;
}
a {
	color: #000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
li.active a {
	color: #f00;
	text-decoration: underline;
}
li.selected {
	font-weight: bold;
}
li.selected ul li {
	font-weight: normal;
}