/* Style sheet for St.Andrews's Canterbury
Copyright Cornish WebServices 2009 */

#columnL ul {
	list-style: none;
	margin: 20px 0 20px 8px;
	padding: 0;
	border: none;
	width:155px;
}
#columnL li {
	list-style: none;
	margin: 0 0 1px 0;
}
#columnL li a {
	display: block;
	padding: 5px 5px 5px 1.5em;
	background: #f0f6fc url("../standrews-images/cross-off.gif") 0% 50% no-repeat;
	color: #34628F;
	font-size:1.1em;
	text-decoration: none;
	width: 100%;
}
html>body #columnL li a {
	width: auto;
}
#columnL li a:hover {
	color: #34628F;
	background: #e1ecf8 url("../standrews-images/cross-on.gif") 0% 50% no-repeat;
	font-weight:normal;
}
#columnL li #active {
	background: #e1ecf8 url("../standrews-images/cross-on.gif") 0% 50% no-repeat;
	color: #34628F;
}
