.customlist {
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 8px;
}
.customlist li {
	padding-top: 8px;
	padding-bottom: 8px;	
	background-image: url(../design_images/dotted_border_x.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.customlist li a {
	background-image: url(../design_images/level_pointer.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left: 8px;
	text-transform: uppercase;
}
