/* t: staff.front.selector */

.staffselector h3 {
	background-color: #ccc;
	border-bottom: 1px solid #aaa;
	border-right: 1px solid #aaa;
	padding: 4px;	
}

.staffselector ul {
	margin: 0px;
	padding: 0px;
}

.staffselector li {
	margin: 0px;
	padding: 4px;
	list-style-type: none;
}



