/* left_nav.css */

.categories{
	margin-top:12px;
	width:230px;
	overflow:hidden;
}
.categories .heading{
	padding:0 16px;
	height:198px;
	height:37px;
	background:url(/img/bg-heading-categories.png) no-repeat;
	overflow:hidden;
}
.categories .heading h3{
	margin:0;
	font-size:16px;
	line-height:37px;
	position:relative;
}
.categories .heading h3 a{
	color:#fff;
}
.categories .bottom{
	margin:40px 0 0 7px;
	width:208px;
	padding-bottom:8px;
	background:url(/img/line-bottom.gif) no-repeat 0 100%;
	overflow:hidden;
}

.categories .bottom a.link{float:left;}

.aside4{
	margin-left:15px;
	float:left;
	display:inline;
	width:230px;
}
.aside4 .categories{
	margin-top:0;
}
.aside4 .categories .link-list{
	background:url(/img/bg2-link-list.gif) no-repeat;
}