#Content ul li{
	list-style: disc;
	border-bottom-width: 0px;
	border-bottom-style: dashed;
	border-bottom-color: #caad80;
	padding-bottom:10px;
	margin-bottom:10px;
}

#Content ul{
	padding: 0px;
	margin: 0px;
	
	margin-left: 20px;
}

#Content ul li ul {
	margin-top: 15px;
}

