.basic  {
	width: 100%;
}
.basic div {

}

.basic p {
	border: none;
	text-decoration: none;
	font-size: 13px;
	margin: 0px 0px 0px 24px;
	line-height: 17px;
	color: #85b366;
}
.basic a {
	cursor:pointer;
	display:block;
	margin: 8px 0px 4px 0px;
	text-decoration: none;
	color: #678b4b;
	font-size: 13px;
	font-weight: normal;
	padding: 0px 0px 0px 12px;
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
}
.basic a:hover {
	color: #4d5f42;
}
.basic a.selected {
	color: #4d5f42;
}
