#parent {
	background:url('images/btn_show.png') no-repeat scroll 0 9px;
	float: right;
	height: 21px;
	width: 19px;
	cursor:pointer;
}
#outer_ul {
	padding-left:6px;
	width: auto;
}
#outer_ul li {
	line-height: 25px;
	transition: all 200ms ease-in 0s;
	list-style-type:none;
  font-size: 16px !important;
margin: 0 0 0 0px  !important;
padding: 0 0 0 0px  !important;
background: none !important;
padding: 6px 0px !important;
}
ul#outer_ul > li ul{margin-left:10px;}
#outer_ul li a {
	color:#737373;
	text-decoration:none;
	text-transform:capitalize;
	display:inline !important;
}
#outer_ul li > ul > li {
	border-bottom: 1px solid #EEEEEE;
}
#outer_ul li > ul:lastchild > li {
border:none;
}
ul#outer_ul > li {
	    border-bottom: 2px solid #d1d2d4;
}
ul#outer_ul li.current-cat > a {
	font-weight:bold;
}
ul#outer_ul li:first-child > a:first {
background:#F9F9F9;
font-weight: bold;
}
ul#outer_ul li.current-cat-parent a {
	color:#737373;
}
ul#outer_ul li > ul > li:last-child {
	border:none;
}
