

	.dxaccordion {
		color: #737C95;
		font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
		box-shadow: none;
		color: #000000;
		margin: 0px;
		background: transparent;
		width: 290px; /* EDIT THIS VALUE */
		font-size: 12px;
	}

	
	.dxtheme-bh li a {
		color: #000;
		background:transparent;
/* 		border-left: 10px solid transparent; */
/* 		border-bottom: 1px solid #ddd; */
		padding: 18px 22px;
		font-weight: normal;
		text-transform: uppercase;
	}
	
	.dxtheme-bh li a:hover,
	.dxtheme-bh li>a:hover,
	.dxtheme-bh li>a.dxopen {
		background:transparent;
/* 		border-left: 10px solid #F0E68C; */
	}
	
	.dxtheme-bh ul li a {
		background: transparent;
		border-bottom: 1px solid #ddd;
/* 		border-left: 10px solid transparent; */
		color: #000;
	}
	
	.dxtheme-bh ul li a:hover,
	.dxtheme-bh ul li a.dxopen {
		background: url('/images/menu/menu-indicator.png');
		background-color: transparent;
		background-position: 30px center; /* Center the image */
		background-repeat: no-repeat; /* Do not repeat the image */
/* 		border-left: 10px solid #FFD700; */
		color: #000;
	}
	
	.dxtheme-bh li a .dxaccordion-indicator {
/* 		border-left-color: #f1f1f1; */
	}
	
	.dxtheme-bh li li a .dxaccordion-indicator {
/* 		border-left-color: #fff; */
		top: -6px;
	}
	
	.dxtheme-bh ul li>section h3,
	.dxtheme-bh ul li>section ul li a {
		color:#000;
	}
	
	.dxtheme-bh ul li>section ul li:before {
		background:transparent;
	}
	
	.dxtheme-bh .dxripple {
		background-color: rgba(255, 255, 255, 0.5);
	}
	
	.dxtheme-bh ul li>a {
		padding: 10px 50px;
		font-weight: normal;
	}
	
	.dxtheme-bh ul ul li>a {
		padding: 10px 70px;
/* 		background-color: #F0E68C; */
		font-weight: normal;
	}
	
	.dxtheme-bh ul ul ul li>a {
		padding-left: 80px;
	}
	
	.dxtheme-bh ul ul ul ul li>a {
		padding-left: 80px;
	}

	.dxaccordion.dxbordered {
		border: 0px;
		box-shadow: none;
	}

	.dxaccordion.dxbordered>li a,
	.dxaccordion.dxbordered ul li>section {
		border: 0px;
	}





