#bulletlist ul 
{
	margin: 0px;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
}
#bulletlist li {
	background-repeat: no-repeat;
	background-position: 0px 1px;
	padding-top: 3px;
	padding-right: 40px;
	padding-bottom: 0px;
	padding-left: 18px;
	background-image:  url(blue_arrow.gif);
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: rgb(0,98,160);
}

