#profileSpecialties {
	height: 580px; /* IE6 can't deal with max-height :( */
	overflow: auto;
}

#profileSpecialties span.ordinal {
	font-style: italic;
}

#profileSpecialties span.languages {
	font-weight: bold;
}

#profileSpecialties span.help {
	font-weight: bold;
}

#profileSpecialties span.onlineBusiness {
	font-style: italic;
}

#profileSpecialties ul {
	list-style-position: outside;
	padding-left: 15px;
	margin: 0px;
	width: 205px;
}

#profileSpecialties li {
	margin: 0;
	padding: 0;
}

#profileSpecialties div.specialty {
	border-top: 1px solid #e3e3e3;
	padding-top: 10px;
	margin-top: 10px;
}

#profileSpecialties div.firstSpecialty {
}

