#dc_jqaccordion_widget-5-item {
    /* border-top: 1px solid #cfcfcf;
    border-right: 1px solid #cfcfcf;
    border-left: 1px solid #cfcfcf; */
}

    #dc_jqaccordion_widget-5-item ul, #dc_jqaccordion_widget-5-item ul li {
        margin: 0;
        padding: 0;
        border: none;
        list-style: none;
    }

        #dc_jqaccordion_widget-5-item ul a {
            /* padding: 10px 15px; */
            /* background: #fff url(skins/images/bg_clean.png) repeat-x top center; */
			
			padding: 5px 30px 0 0;
			height:50px;
			background-image: url("/wp-content/images/menu.png");
			background-position: right center;
			background-repeat: no-repeat;
			
            font-weight: bold;
            text-transform: uppercase;
            text-decoration: none;
            display: block;
			color:#6d5b45;
			font-size:1.1em;
            /* border-bottom: 1px solid #cfcfcf; */
        }

        #dc_jqaccordion_widget-5-item ul ul a {
            padding: 0px 35px 10px 0px;
            
			background-image: url("/wp-content/images/menu.png");
			background-position: right center;
			background-repeat: no-repeat;
			
            font-weight: normal;
            text-transform: capitalize;
        }

        #dc_jqaccordion_widget-5-item ul a.dcjq-parent {
            /* padding: 10px 15px; */
            /* background: #efefef url(skins/images/bg_clean.png) repeat-x top center; */
			
			padding: 5px 30px 0 0;
			height:50px;
			background-image: url("/wp-content/images/menu.png");
			background-position: right center;
			background-repeat: no-repeat;
			
            font-weight: bold;
            text-transform: uppercase;
        }

            #dc_jqaccordion_widget-5-item ul a.dcjq-parent:hover {
                /* background: #fff url(skins/images/bg_clean_on.png) repeat-x top center; */
            }

        #dc_jqaccordion_widget-5-item ul a:hover {
			/* background-image: url("/wp-content/images/menu2.png");
			background-position: right center;
			background-repeat: no-repeat; */
			color:#85142F;
        }
