#left_menu{

}

#left_menu .menu_item:not(:last-child){
	padding:10px 0;
	border-bottom: 1px dotted #333;
}
#left_menu .cat:not(:last-child){
	margin-bottom: 10px;
}
#left_menu .cat .legend{
	float: left;
	width: 260px;
}
#left_menu .cat .legend.head{
	font-weight: bold;
	padding-bottom: 2px;
	margin-bottom: 2px;
	border-bottom: 1px solid #ccc;
}

#left_menu .sub_cat .legend{
	width: 240px;

}
#left_menu .sub_cat .legend a,
#left_menu .cat .legend a{
	color: #333;
}

#left_menu .sub_cat:not(:last-child) .legend{
	border-bottom: 1px solid #ccc;
	padding-bottom: 2px;
	margin-bottom: 2px;
}
.admin #left_menu .cat .adminButtons{
	float: left;
	width: 40px;
}
.admin #left_menu .cat .legend{
	width: 160px;
}
.admin #left_menu .sub_cat .legend{
	width: 140px;
}

#left_menu .sub_cat{
	padding-left: 20px;
}

#left_menu #userInfo{
	font-weight: bold;
	color: #333;
}
