
#acc {
	list-style: none;
	padding: 0 0 0 0;
	width: 100%;
}
#acc li{
	display: block;
	background-color: #ddd;
	margin: 1px;
	cursor: pointer;
	padding: 0 0 0 5px;
	list-style: circle;
}
#acc ul {
	list-style: none;
	padding: 0 0 0 0;
	display: none;
}
#acc ul li{
	font-weight: normal;
	cursor: auto;
	background-color: #fff;
	padding: 0 0 0 0;
}
#acc a {
	text-decoration: none;
}
#acc a:hover {
	text-decoration: underline;
	color: #000;
	border-left: 5px solid white;
}