li { list-style-type: none; }

#cat-list {
	margin:0px;
	padding:0px;
	text-indent:0px;
	background-color:#E2E2E2;
	width:184px;
	font-size:	1.0em;
}

#cat-list a.head {
	cursor:pointer;
	background:#ebebeb url("../images/collapsed.gif") no-repeat scroll 3px 10px;
	color:#707070;
	display:block;
	margin:0px;
	font-weight: bold;	
	padding:0px;
	height:	30px;
	line-height: 30px;
	text-indent:15px;
	text-decoration: none;
}

#cat-list a.head:hover {
	color:#9a1c1f;
}

#cat-list a.selected {
	background-image: url(../images/expanded.gif);
}

#cat-list a.current {
	background-color:#FFFF99;
}

#cat-list ul {
	border-width:0px;
	margin:0px;
	padding:0px;
	text-indent:0px;
}

#cat-list li {
	list-style:none outside none; display:inline;
}

#cat-list li li a {
	background-color: #CFCFCF;
	color:#585858;
	display:block;
	text-indent:5px;
	text-decoration: none;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	border-bottom: 1px solid #fff;
}

#cat-list li li a:hover {
	background-color:#9a1c1f;
	color:#FFF;
}
