.grouplist {
	padding: 5px 10px;
}

.grouplist .group {
	float: left;
	width: 260px;
	height: 33px;
	padding: 5px 30px 5px 10px;
	margin-right: 20px;
}


.grouplist .hover .group {
	background-image: url("new/group_hover.gif");
	background-repeat: no-repeat;
	color: #fff;
	cursor: pointer;
	cursor: hand;
}

.group .title a {
	color: #339900;
	font-size: 14px;
}

.group .subgroups {
	white-space: nowrap;
	overflow: hidden;
}

.group .subgroups .subgroup, 
.group .subgroups .subad {
	color: #666;
	font-size: 11px;
}

.grouplist .hover .group .title a {
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
}

.grouplist .hover .group .subgroups .subgroup, 
.grouplist .hover .group .subgroups .subad {
	color: #eee;
}

#leftContent .grouplist {
	padding: 5px 0px;
}
