#parent {
	background: url("images/btn_show.png") no-repeat 0px 9px; width: 19px; height: 21px; float: right; cursor: pointer;
}
#outer_ul {
	width: auto; padding-left: 15px;
}
#outer_ul li {
	background: url("images/arrow_item.gif") no-repeat 0px 12px; margin: 0px 0px 0px -20px; padding: 0px 0px 0px 8px; transition:200ms ease-in; line-height: 25px; list-style-type: none;
}
ul#outer_ul > li ul {
	margin-left: 5px;
}
#outer_ul li a {
	text-transform: capitalize; text-decoration: none; display: inline !important;
}
#outer_ul li > ul > li {
	border-bottom-color: rgb(238, 238, 238); border-bottom-width: 1px; border-bottom-style: solid;
}
ul#outer_ul > li {
	border-bottom-color: rgb(238, 238, 238); border-bottom-width: 1px; border-bottom-style: solid;
}
ul#outer_ul li.current-cat > a {
	font-weight: bold;
}
ul#outer_ul li.current-cat-parent a {
	
}
ul#outer_ul li > ul > li:last-child {
	border: currentColor; border-image: none;
}
