#dc_jqaccordion_widget-2-item{font: bold 14px Arial, sans-serif;}

#dc_jqaccordion_widget-2-item ul {margin: 0; padding: 0; border: none; list-style: none;}

#dc_jqaccordion_widget-2-item ul li {margin: 0; padding: 0; border: none; list-style: none; margin-bottom:10px;}

#dc_jqaccordion_widget-2-item ul a {
padding: 10px 5px 5px 50px; 
height:30px;
background: #94b8e4;
background: -moz-linear-gradient(top, #94b8e4 0%, #4274b2 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#94b8e4), color-stop(100%,#4274b2));
background: -webkit-linear-gradient(top, #94b8e4 0%,#4274b2 100%);
background: -o-linear-gradient(top, #94b8e4 0%,#4274b2 100%);
background: -ms-linear-gradient(top, #94b8e4 0%,#4274b2 100%);
background: linear-gradient(to bottom, #94b8e4 0%,#4274b2 100%);
text-decoration:none; 
display: block; 
color: #fff; 
border-radius:5px;
// border-bottom: 1px solid #245da2; 
// border-top: 1px solid #80a8d9; 
position: relative;}

#dc_jqaccordion_widget-2-item ul ul a {background: transparent; height:auto; padding-left:15px; color:#006699;}

#dc_jqaccordion_widget-2-item ul a.dcjq-parent, #dc_jqaccordion_widget-2-item ul a.dcjq-parent:hover {
background:#94b8e4;
background: -moz-linear-gradient(top, #94b8e4 0%, #4274b2 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#94b8e4), color-stop(100%,#4274b2));
background: -webkit-linear-gradient(top, #94b8e4 0%,#4274b2 100%);
background: -o-linear-gradient(top, #94b8e4 0%,#4274b2 100%);
background: -ms-linear-gradient(top, #94b8e4 0%,#4274b2 100%);
background: linear-gradient(to bottom, #94b8e4 0%,#4274b2 100%);}

#dc_jqaccordion_widget-2-item ul a .dcjq-icon {position: absolute; top: 50%; left: 14px; width: 34px; margin-top: -17px; height: 34px; background: url(skins/images/arrow_black_right.png) no-repeat 0 center;}
#dc_jqaccordion_widget-2-item ul a.dcjq-parent.active .dcjq-icon {background: url(skins/images/arrow_black_down.png) no-repeat 0 center;}
#dc_jqaccordion_widget-2-item ul a:hover {background: #232323; color: #fff;}