#dc_jqaccordion_widget-4-item{
	background-color: #fff; 
	/*border-top: 1px dotted #ccc; */
	
	}
#dc_jqaccordion_widget-4-item ul, #dc_jqaccordion_widget-4-item ul, #dc_jqaccordion_widget-4-item ul li {
	margin: 0; 
	padding: 0; 
	
	list-style: none;
	}
#dc_jqaccordion_widget-4-item ul a {
	background-repeat: no-repeat; 
	background-position: 10px center; 
	border-top: 1px dotted #fff; 
	/*border-bottom: 1px dotted #ccc; */
	padding: 2px 10px 2px 32px; 
	text-decoration:none; 
	display: block; color: #222; 
	font-weight: normal;
	}
#dc_jqaccordion_widget-4-item ul ul a {
	font-weight: normal;
	background:#f3f3f3 url(skins/images/menu_icon.gif) no-repeat 23px center;
	padding-left:45px;
	}
	
#dc_jqaccordion_widget-4-item ul a.dcjq-parent {
	background-image: url(skins/images/menu_icon.gif),url(skins/images/plus_grey.png); 
	background-repeat: no-repeat, no-repeat;
	background-position:10px center,220px center;
	font-weight: normal; 
	background-color: #fff;
}
#dc_jqaccordion_widget-4-item ul a.dcjq-parent.active {
	background-image: url(skins/images/menu_icon.gif),url(skins/images/minus_grey.png); 
	background-repeat: no-repeat, no-repeat;
	background-position:10px center,220px center;
	background-color: #f3f3f3;
}
#dc_jqaccordion_widget-4-item ul a:hover {
	font-weight:bold;
	}

