.ppl ul{

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6D959F;
	vertical-align: middle;
	list-style-type: none;
	width: 320px;
}

.ppl li.back {
	width: 50px;	
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6D959F;
}
.ppl li.register {
	width: 70px;	
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6D959F;
}

.ppl li{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #95B37D;
	padding: .3em;
	background-repeat: no-repeat;
	text-indent: 17px;
	text-transform: uppercase;
}
.ppl li a:link {
	color: #6D959F;
	text-decoration: none;
}

.ppl li.bottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6D959F;
}
.ppl li a:hover {
	color: #000000;
	text-decoration: none;
}
.ppl li a:visited {
	color: #6D959F;
	text-decoration: none;
}

