/** Styles for the left column navigation of the pages **/

.leftnav ul {
	list-style: none;
}

.leftnav li {
	padding-top: 9px;
	padding-bottom: 9px;
	border-bottom: thin solid #DDDDDD;
}

.leftnav a {
	color: #000000;
	text-decoration: none;
} 

.leftnav a:link, .leftnav a:visited {
	color: #000000;
	text-decoration: none;
}

/* Can change this if you want hover color to better match site color scheme */
.leftnav a:hover {
	color: #0000FF;
}
