#empbox {
	width:450px;
	text-align:left;
	position: relative;
	clear: both;
}
#empbox li {
	padding-left: 6px;
	background-image: url(../images/bullet_emp.jpg);
	background-repeat: no-repeat;
	background-position: left 0.6em;
	color: #333333;
	font-size: 9px;
}
.emplist {
	padding-bottom: 12px;
}
.emplist ul {
	float:left;
	margin-right: 5px;
	width: 220px;
}
.emplist ul, .emplist li {
	line-height: 1.4em;
}


