#listcat {
	margin: 0 1px;
	padding: 0px;
}

#listcat a.head {
	cursor: pointer;
	background: #fff url(../images/arrow_left.png) no-repeat right;
	border-bottom: 1px solid #dbe2e5;
	color: #000;
	padding: 4px 0;
	display: block;
	text-indent: 14px;
}

#listcat a.head:hover {
	font-weight: 700;
}

#listcat a.selected {
	background: #eef1f2 url(../images/arrow_down.png) no-repeat right;
	font-weight: 700;
}

#listcat a.current {
	background-color: #FFFF99;
}

#listcat ul {
	text-indent: 0;
}

#listcat li {
	display: inline;
}

#listcat li li a {
	color: #000000;
	display: block;
	text-indent: 14px;
	border-bottom: 1px solid #dbe2e5;
	padding: 4px 0;
}

#listcat li li a span {
	font-weight: 700;
	padding-right: 4px;
}

#listcat li li a:hover {
	background-color: #F5FAFB;
}

@media print {
	#listcat ul {
		display: block !important;
		height: auto !important
	}
}