.groups {
	
}

.groups .box h1 a {
	color: #fff;
	text-decoration: none;
	position: relative;
}
.groups .box h1 a:hover {
	text-decoration: underline;
}
.groups .box h1 a.active {
	font-weight: bold;
}

/* 1. level */
.groups ul {
	list-style-type: none;
}
.groups ul li {
	margin: 0;
	padding: 4px 0;
	height: 1%;
}
.groups ul li a {
	display: block;
	background: url('/dsg/arrow-orange.gif') no-repeat 0 5px;
	padding-left: 10px;
}
.groups ul li a.active {
	font-weight: bold;
	text-decoration: none;
}

/* 2. level */
.groups ul ul {
	
}
.groups ul ul li {
	padding: 2px 0 0 0;
}
.groups ul ul li a {
	background: url('/dsg/arrow-orange.gif') no-repeat 10px 5px;
	padding-left: 20px;
}
.groups ul ul li a.active {
}