/* CSS Document */
#sociallist p.text{
	border-bottom:1px dotted #ccc;
	padding-bottom:5px;
}
#linklist, #linklist ul {
	list-style: none;
	margin: 0px 0px 15px;
	padding: 0px;
}
#linklist li {
	background: url(../images/folder_links.png) no-repeat left top;
	padding-left: 20px;
	line-height: 18px;
}
#linklist li li {
	margin-left:-0px;
	background: url(none);
	padding-left: 5px;

	border-left:1px solid #ffc45e;
}

