/* CATEGORY pages >> Left Navi CSS */

#leftNav {
	float: left;
	width: 130px;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
}

#leftNav a {
	text-decoration: none;
	color: #4e4e4e;
}

#leftNav a:hover {
	text-decoration: underline;
}

#leftNav a.current {
	font-weight: bold;
	color: #960;
}

#leftNav a.current:hover {
	text-decoration: none;
	cursor: default;
}

#leftNav h3 {
	font-size: 12px;
	font-weight: bold;
	color: #4e4e4e;
	line-height: 1ex;
	padding: 18px 0 10px 0;
	margin: 0;
}

#leftNav ul {
	list-style: none;
	margin: 0 0 .5em 0;
	padding: 0;
}

/* for when a current category has sub-categories */
#leftNavBullets1, #leftNavBullets2 {
	padding: 0 0 0 15px;
}

