p.staff{
	text-indent: 0;
	display: none;
}
p.staff > span{
	display: inline-block;
	padding:2px;
	margin:1px;
	background-color:#f6f6f6;
	text-indent:0;
	text-align: left;
	text-indent: 0.5em;
}
p.staff > span span{
	display: inline-block;
}
p.staff > span.link{
	background-image: url(img/group/right-arrow.png);
	background-repeat: no-repeat;
	background-position: right center;
	cursor:pointer;
}
p.staff > span.link{}
p.staff > span.link:hover{
	background-color:#f1f1f1;
}
div.oc{
	display: none;
}