#leftNav  a {
	display: block;
	font-size: 14px;
	font-weight: bold;
	margin: 5px 10px;
	text-decoration: none;
	padding: 10px;
	width: 150px;
   text-align: center;
}
#leftNav a:link, #leftNav a:visited {
	color: #fff;
	text-decoration: none;
	background-color: #C0E888;
	background-image: url(http://images.clutterfreebox.com/images/nav/one-line-button-inactive.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
#leftNav a:hover, #leftNav a:active, #leftNav a.kNavSelected {
	color: #fff;
	text-decoration: none;
	background-color: #6599CB;
	background-image: url(http://images.clutterfreebox.com/images/nav/one-line-button-active.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
#leftNav .largeButton a:link, #leftNav .largeButton a:visited {
	background-image: url(http://images.clutterfreebox.com/images/nav/two-line-button-inactive.jpg);
}
#leftNav .largeButton a:hover, #leftNav .largeButton a:active, #leftNav .largeButton a.kNavSelected {
	background-image: url(http://images.clutterfreebox.com/images/nav/two-line-button-active.jpg);
}

.leftNavAd {
	text-align: center;
	margin: 50px auto;
}

