/* Style sheet for Orbital Fulfilment
Copyright Cornish WebServices 2010 */
#columnL ul {
	list-style: none;
	margin: 0 0 35px 1px;
	padding: 0;
	border: none;
	width:212px;
}
#columnL li {
	margin: 0;
	padding:0;
	list-style: none;
	list-style-image: none;
	width:212px;
}
#columnL li a {
	display: block;
	padding: 8px 0 0 12px;
	color: #ee3b33;
	background:url(site-images/leftmenu-back.jpg) no-repeat 0 0;
	text-decoration: none;
	margin:0 0 4px 0;
	width: 200px;
	height: 25px;
	font-size:116%;
	font-weight:bold;
}
html>body #columnL li a {
	width: 212px;
}
#columnL li a:hover {
	color:#29499b;
	background:url(site-images/leftmenu-backon.jpg) no-repeat 0 0;
}
#columnL li #active {
	color:#29499b;
}
