@charset "utf-8";

.listLeft {
	float: left;
	list-style-type: none;
	margin-left: 0px;
	margin-top: 10px;
	line-height: 2;
	font-size: 16px;
	width: 240px;
}
.listLeft li {
	background-image: url(../images/arrow1.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 13px;
}
#topLink {
	font-size: 16px;
	background-image: url(../images/arrow1.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
}
