#left-navigation ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#left-navigation ul li { display: inline; }

A.c4lnav {
	font: normal 16px Times New Roman; 
	color: #ffffff; 
	text-decoration: none; 
	display: block;
	outline-style: none;
	padding: 8px 5px 6px 50px;
	background-image: url('http://site.thedeskworks.com/leftnav-bg.gif'); 
	background-repeat: no-repeat;
	background-position: top left;
	font-style: italic;
}

A.c4lnav:hover {
text-decoration: none; 
color: #D98A0E; 	
background-color: inherit;
	background-image: url('http://site.thedeskworks.com/leftnav-bg1.gif'); 
	background-repeat: no-repeat;
	background-position: center left;
}
