#groups ul
{
	list-style-type		: none;
	margin-top			: 19px;
	width				: 813px;
}
#groups ul li
{
	float				: left;
	width				: 105px;
	margin-right		: 7px;
}
#groups ul li p a,
#groups ul li p a.selected
{
	display			: block;
	border			: 1px solid #504f54;
	background		: #fff;
	padding			: 5px;
	text-decoration	: none;
}
#groups ul li p a:hover,
#groups ul li p a.selected
{
	background		: #efbb37;
}
#groups ul h1
{
	margin-top		: 4px;
}
#groups ul h1 a
{
	display			: block;
	color			: #fff;
	padding			: 2px 0 2px 20px;
	background		: transparent url('../../../dsg/arrow1.gif') no-repeat top left;
	text-decoration	: none;
}
#groups ul h1 a:hover
{
	color			: #fff;
	text-decoration	: underline;
}