/* Style sheet for Grahams Hi Fi
Copyright Cornish WebServices 2010 */
#columnL ul {
	list-style: none;
	margin: 0 0 0 1px;
	padding: 0;
	border: none;
	width:130px;
	font-size:90%;
	text-align:left;
}
#columnL li {
	margin: 0;
	padding:0;
	list-style: none;
	list-style-image: none;
	width:130px;
}
#columnL li a {
	display: block;
	padding: 5px 1px 5px 5px;
	color: #000;
	text-decoration: none;
	margin:0;
	width: 124px;
	/*text-transform:uppercase;*/
}
html>body #columnL li a {
	width: 130px;
}
#columnL li a:hover {
	background-color: #e7e7e7;
	color: #000;
}
#columnL li #active {
	background-color: #e7e7e7;
	color: #000;
}

