.group UL
{
	clear			: both;
	margin			: 0;
	padding			: 0;
	margin-left		: 20px;
	list-style-type	: circle;
}
.group UL LI A,
.group UL LI A.selected
{
	color			: #88bb37;
	text-decoration	: none;
}
.group UL LI A:hover,
.group UL LI A.selected:hover
{
	text-decoration	: underline;
}
.group UL LI A.selected
{
	font-weight		: bold;
}
