.arrowlistmenu{
width: 310px; /*width of accordion menu*/
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font: bold 12px Arial;
color: #7DD4D2;
background: white url('images/DES-PDF-SECCION-DER.gif') no-repeat center left;
margin-bottom: 0; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 5px 0 4px 64px; /*header text is indented 75px*/
cursor: hand;
cursor: pointer;
margin-top:5px;
margin-left:10px;
margin-right:14px;
}
ul.categoryitems.sindesc li{
	/*background: url('images/DES-PDF-Apartado-DER.gif') no-repeat center left !important;*/
	background: url('images/DES-PDF-Apartado-DER2.gif') no-repeat center left !important;
	height:20px;
	padding-left:36px;
}
.sindescendencia{
	/*background: url('images/DES-PDF-Apartado-DER.gif') no-repeat center left !important;*/
	background: url('images/DES-PDF-Apartado-DER2.gif') no-repeat center left !important;
	height:20px;
	padding-left:36px;
}
.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background-image: url('images/DES-PDF-SECCION.gif');
}
.arrowlistmenu h3{
	margin:0;
	height:50px;
	
}
ul.subcategoryitems{
	margin-left:30px;
}
.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li .opensubheader{ /*Open state CSS for sub menu header*/
/*background: url('images/DES-PDF-Apartado-DER.gif') no-repeat center left !important;*/
background: url('images/DES-PDF-Apartado-DER2.gif') no-repeat center left !important;
height:22px;
margin-bottom:10px;
padding-top:3px;
padding-left:36px;
}

.arrowlistmenu ul li .closedsubheader{ /*Closed state CSS for sub menu header*/
/*background: url('images/DES-PDF-Apartado.gif') no-repeat center left !important;*/
background: url('images/DES-PDF-Apartado2.gif') no-repeat center left !important;
height:20px;
padding-left:36px;
}

.arrowlistmenu ul li a{
/*background: url('images/DES-PDF-Apartado-DER.gif') no-repeat center left; /*custom bullet list image*/
display: block;
text-decoration: none;
font-weight: bold;
font-size: 10px;
width:254px;
}
.arrowlistmenu ul ul li a{
	width:215px;
}

.arrowlistmenu ul li a:visited{
color: #333;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
background-color: #F3F3F3;
}

.arrowlistmenu ul li a.subexpandable:hover{ /*hover state CSS for sub menu header*/
background: lightblue;
}
