ul, ul li {
	list-style-type: none;
	margin-top: 2px;
	margin-left: 0px;
	padding-left: 0px;
	margin-bottom: 20px;
}

ul li {
	background-image: url(../media/base/arrow_bullet.gif);
	background-repeat: no-repeat;
	background-position: middle left;
	margin-top: 0px;
	margin-bottom: 2px;
	padding-left: 14px;
}

ul ul { /* second level */
	margin-bottom: 0px;
}

