/* Style sheet for JI Software
Copyright Cornish WebServices 2009 */
#columnL ul {
	list-style: none;
	margin: 20px 20px 0 2px;
	padding: 0;
	border: none;
	width:205px;
}
#columnL li {
	border-bottom: 2px solid white;
	margin: 0;
	padding:0;
	list-style: none;
	list-style-image: none;
	width:205px;
}
#columnL li a {
	display: block;
	padding: 5px 5px 5px 9px;
	border-left: 8px solid #c9c9c9;
	border-right: 10px solid #f3f3f3;
	background-color: #f3f3f3;
	color: #3d3d3d;
	text-decoration: none;
	margin:0;
	width: 176px;
	
}
html>body #columnL li a {
	width: 176px;
}
#columnL li a:hover {
	border-left: 8px solid #ea614e;
	border-right: 10px solid #e7e7e7;
	background-color: #e7e7e7;
	color: #ea614e;
	text-decoration: underline;
}
#columnL li #active {
	border-left: 8px solid #ea614e;
	border-right: 10px solid #e7e7e7;
	background-color: #e7e7e7;
	color: #ea614e;
	text-decoration: underline;
}
