#leftCol h2 {
	color:#333;
	font-size:90%;
}
div#leftCol,
ul#leftNav {
	width:250px;
	float:left;
	margin-top:3px;
	width/**/:/**/160px;
	padding:0 40px 0 50px;
}
div#leftCol.blog {
	padding:0 15px 0 75px;
}
div#leftCol.blog ul#leftNav {
	padding:0;
	margin-bottom:1.2em;
	width:160px;
}
	div#leftCol.blog ul#leftNav li {
		display:block;
		clear:left;
		float:left;
		width:160px;
	}
	ul#leftNav li {
		padding-bottom:.7em;
		clear:left;
	}
		ul#leftNav li h2,
		ul#leftNav li a {
			font-size:120%;
			font-weight:bold;
			color:#009999;
			margin-bottom:0;
			background-image:none;
			display:block;
			padding-left:10px;
			padding-left/**/:/**/25px;
		}
		ul#leftNav li h2 {
			margin-bottom:0;
		}
		ul#leftNav.blog li h2 {
			color:#19A3D1;
		}
		#leftCol.blog ul#leftNav li h2,
		#leftCol.blog ul#leftNav li a {
			padding-left:0;
		}
		ul#leftNav li a {
			display:block;
			background:url(../images/bg_nav_arrow.png) no-repeat 0 3px;
			color:#615043;
			text-decoration:none;
		}
		ul#leftNav li a.active {
			background:url(../images/bg_nav_arrow_down.png) no-repeat 0 3px;
			color:#009999;
		}
		ul#leftNav li a:hover {
			color:#009999;
		}
		#leftCol.blog ul#leftNav li a {
			background-image:none;
		}
			ul#leftNav li ul {
				margin:.5em 0 0.5em 27px;
				float:left;
				clear:left;
				display:inline;
			}
			#leftCol.blog ul#leftNav li ul {
				margin:.5em 0 0 0;
			}
				ul#leftNav li ul li {
					padding-bottom:0;
					display:block;
					width:133px;
					float:left;
					clear:left;
				}
					ul#leftNav li.active a {
						background:url(../images/bg_nav_arrow_down.png) no-repeat left center;
					}
					ul#leftNav.blog li.active a {
						background-image:none;
					}
						ul#leftNav li ul li a,
						#leftCol.blog ul#leftNav li ul li a {
							font-size:95%;
							color:#615043;
							background:url(../images/bg_nav_dot.png) no-repeat 0 7px !important;
							padding-left:8px;
						}
						ul#leftNav li ul li a:hover,
						ul#leftNav li ul li a.active{
							color:#009999;
							background:url(../images/bg_nav_dot_over.png) no-repeat 0 7px !important;
						}
						ul#leftNav li ul li a {
							padding-left:8px;
						}
							ul#leftNav li ul li ul {
								margin:.1em 0 0 20px;
							}
								ul#leftNav li ul li ul li {
									width:113px;
								}
		#leftCol.blog ul#archives {
			clear:left;
			margin-bottom:1em;
		}
			#leftCol.blog ul#archives li a,
			#leftCol.blog p#rss a {
				text-decoration:none;
				color:#666;
				font-size:95%;
			}
		#leftCol.blog p#rss a {
			padding-left:30px;
			background:url(../images/bg_rss.png) no-repeat left center;
		}
