ul.cat {
	width: 229px;
	padding: 0 5px;
	float: left;
	margin: 0 0 12px 0;
}
	ul.cat li.title, .cat_legend {
		padding: 6px 0 6px 6px;
		background: #eff5f7;
		font-size: 15px;
		font-weight: bold;
		color: #333;
		border-bottom: 1px solid #dadfe1;
	}
			.cat_legend a, .cat_legend span {
				color: #333;
				text-decoration: none;
				background: url(../images/legend.gif) right -8px no-repeat;
				padding: 0 11px 0 0;
				margin: 0 1px 0 0;
			}
				.cat_legend a:hover {color: #069;}
		ul.cat li a {
			display: block;
			color: #666;
			text-decoration: none;
			padding: 4px 0 4px 28px;
			background: url(../images/cats_list_bg.gif) 7px -9px repeat-y;
		}
			ul.cat li a strong {
				color: #000;
				text-decoration: underline;
				font-weight: normal !important;
			}
				ul.cat li a.last {background: url(../images/cats_list_bg.gif) 7px -9px no-repeat;}
				ul.cat li a.first {padding: 9px 0 4px 28px; background: url(../images/cats_list_bg.gif) 7px -4px repeat-y;}
		
		ul.cat li a:hover {
			background-color: #f5f5f5;
		}
		ul.cat li a:hover strong {
			font-weight: bold;
		}

