/* Style sheet for Relate East Kent
Copyright Cornish WebServices 2009 */
#columnL ul {
	list-style: none;
	margin: 12px 0 0 0;
	padding: 0;
	border: none;
	width:200px;
}
#columnL li {
	border-bottom: 1px dotted #90bade;
	margin: 0;
	padding:0;
	list-style: none;
	list-style-image: none;
	width:200px;
}
#columnL li.last {
	border-bottom:none;
}
#columnL li a {
	display: block;
	padding: 5px 0;
	background-color: #ffffff;
	text-decoration: none;
	margin:0;
	width: 200px;
	text-align:center;
}
html>body #columnL li a {
	width: 200px;
}
#columnL li a:hover {
	color: #fff;
}
#columnL li #active {
	color: #fff;
}
