.links-list { 
	margin-top: 10px;
	color: white; 
	font-weight: bold;
	width: 180px;
	clear: none;
	float: left;
	}
#links-right.links-list {
	float: right;
	margin-right: 150px;
}
.links-list a {
	color: white;
	text-decoration: none;
}
.links-list li { 
	list-style-type: none;
	text-align: left;
	padding: 5px;
	}
