#dc_jqaccordion_widget-3-item{
font: bold 16px Arial, sans-serif;
}
#dc_jqaccordion_widget-3-item ul, #dc_jqaccordion_widget-3-item ul li {
margin: 0; 
padding: 0; 
border: none; 
list-style: none;
}
#dc_jqaccordion_widget-3-item ul a {
padding: 10px 10px 10px 5px; 
background: #f6f6f6;
background: -moz-linear-gradient(top,#fcfcfc,#f6f6f6);
background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#fcfcfc),color-stop(100%,#f6f6f6));
background: -webkit-linear-gradient(top,#fcfcfc,#f6f6f6);
background: -o-linear-gradient(top,#fcfcfc,#f6f6f6);
background: -ms-linear-gradient(top,#fcfcfc,#f6f6f6);
background: linear-gradient(top,#fcfcfc,#f6f6f6);
text-decoration:none;
display: block; 
color: #25659f;
text-align: center; 
 
position: relative; 
text-shadow: 1px 1px 1px #fff;
}
#dc_jqaccordion_widget-3-item ul a.dcjq-parent, #dc_jqaccordion_widget-3-item ul a.dcjq-parent:hover {
background: #eaeaea;
background: -moz-linear-gradient(top,#fcfcfc,#eaeaea);
background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#fcfcfc),color-stop(100%,#eaeaea));
background: -webkit-linear-gradient(top,#fcfcfc,#eaeaea);
background: -o-linear-gradient(top,#fcfcfc,#eaeaea);
background: -ms-linear-gradient(top,#fcfcfc,#eaeaea);
background: linear-gradient(top,#fcfcfc,#eaeaea);
padding: 10px 10px 10px 50px;
text-align: left; 
}

#dc_jqaccordion_widget-3-item ul ul a.dcjq-parent, #dc_jqaccordion_widget-3-item ul ul a.dcjq-parent:hover {
background: #B0C4DE;
background: -moz-linear-gradient(top,#fcfcfc,#B0C4DE);
background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#fcfcfc),color-stop(100%,#B0C4DE));
background: -webkit-linear-gradient(top,#fcfcfc,#B0C4DE);
background: -o-linear-gradient(top,#fcfcfc,#B0C4DE);
background: -ms-linear-gradient(top,#fcfcfc,#B0C4DE);
background: linear-gradient(top,#fcfcfc,#B0C4DE);
padding: 10px 10px 10px 70px;
text-align: left; }

#dc_jqaccordion_widget-3-item ul a .dcjq-icon {
position: absolute; 
top: 50%; 
left: 14px; 
width: 34px;
margin-top: -17px; 
height: 34px; 
background: url(skins/images/arrow_grey_right.png) no-repeat 0 center;
}
#dc_jqaccordion_widget-3-item ul a.dcjq-parent.active .dcjq-icon {
background: url(skins/images/arrow_grey_down.png) no-repeat 0 center;}
#dc_jqaccordion_widget-3-item ul a:hover {background: #fff; color: #990000;}

#dc_jqaccordion_widget-3-item ul ul a .dcjq-icon {
position: absolute; 
top: 50%; 
left: 28px; 
width: 68px;
margin-top: -17px;
height: 34px; 
background: url(skins/images/arrow_grey_right.png) no-repeat 0 center;
}
#dc_jqaccordion_widget-3-item ul ul a.dcjq-parent.active .dcjq-icon {
background: url(skins/images/arrow_grey_down.png) no-repeat 0 center;}
#dc_jqaccordion_widget-3-item ul ul a:hover {background: #fff; color: #990000;}