ul {
	list-style-type: none;
	padding: 0px;
	width: 240px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
li {
	display: block;
	width: 220px;
	height: 25px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	margin-left: 10px;
}
#main ul li a {
	font-size: 13px;
	line-height: 25px;
	font-weight: normal;
	color: #0066FF;
	background-image: url(arow01.gif);
	text-indent: 25px;
	display: block;
	height: 25px;
	width: 200px;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}
