ul {
	list-style: square;
	margin:0;
	padding:0;
}
ul li{
	background-image: url(../images/bullet_red.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	margin:0 0 3px 15px;
	padding:0 0 0 10px;
	list-style: square url(none) inside;
}