.arrowlistmenu{
width: 300px; /*width of accordion menu*/
color: #1f1605;
}

.arrowlistmenu a:link {
color:maroon;
}
.arrowlistmenu a:visited {
color:maroon;
}
.arrowlistmenu a:hover {
color:#201605;
text-decoration:underline;
}
.arrowlistmenu a:active {
color:maroon;
}
.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font: bold 14px Arial;
color: #1f1605;
/*background: black url(http://thejordan.com/fileadmin/tv-templates/college_09_template/sermons/titlebar_light.jpg) repeat-x center left;*/
margin-bottom: 0px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 4px 0 4px 3px; /*header text is indented 10px*/
cursor: hand;
cursor: pointer;
border-bottom: 1px solid #1f1605 ;
}
.arrowlistmenu .menuheader span {
	display:block;
	background: url(http://thejordan.com/fileadmin/tv-templates/college_09_template/sermons/demo-spindown-open-dark.gif) no-repeat center left;
	padding-left:10px;
	position: relative;

}
.arrowlistmenu p.bodytext {
	margin:0;
	padding:0;
}
.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background-image: url(http://thejordan.com/fileadmin/tv-templates/college_09_template/sermons/titlebar_light.jpg);
color:#5e7190;
}
.arrowlistmenu .openheader span{
display:block;
	background: url(http://thejordan.com/fileadmin/tv-templates/college_09_template/sermons/demo-spindown-closed-dark.gif) no-repeat center left;
	padding-left:10px;
	position: relative;
}
.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*/
padding-left: 10px;
}
.arrowlistmenu ul li .opensubheader{ /*Open state CSS for sub menu header*/
background: #FCF3E2 url(http://thejordan.com/fileadmin/tv-templates/college_09_template/sermons/demo-spindown-open.gif) no-repeat center left !important; /*custom bullet list image*/
color: #1f1605;
}

.arrowlistmenu ul li .closedsubheader{ /*Closed state CSS for sub menu header*/
background: transparent url(http://thejordan.com/fileadmin/tv-templates/college_09_template/sermons/demo-spindown-closed.gif) no-repeat center left !important; /*custom bullet list image*/
color: #1f1605;

}





.arrowlistmenu ul li a{
color: #1F1605;
background: url(http://thejordan.com/fileadmin/tv-templates/college_09_template/sermons/arrowbullet2.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
/*border-bottom: 1px solid #dadada; */
font-size: 90%;
}
.subcategoryitems {

	padding:0;
	margin:0;
}


.arrowlistmenu h3 {
	padding:0;
	margin:0;
}
.sermon-year {
	font: bold 16px Arial;
	color: #1F1605;
	margin-bottom:3px;
}