/* Style sheet for xxx
Copyright Cornish WebServices 2009 */
#columnL ul {
	list-style: none;
	margin: 20px 20px 0 10px;
	padding: 0;
	border: none;
	width:150px;
}
#columnL li {
	border-bottom: 1px solid #90bade;
	margin: 0;
	padding:0;
	list-style: none;
	list-style-image: none;
	width:150px;
}
#columnL li a {
	display: block;
	padding: 5px;
	background-color:#ffffff;
	color: #093A5B;
	text-decoration: none;
	margin:0;
	width: 140px;
}
html>body #columnL li a {
	width: 140px;
}
#columnL li a:hover {
	background-color: #049ACD;
	color: #fff;
}
#columnL li #active {
	background-color: #049ACD;
	color: #fff;
}
