.arrowlistmenu{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	font-weight: bold;
	color: #e0d7ba;
	text-decoration: none;
	padding-bottom: 0px;
}
.arrowlistmenu h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	font-weight: bold;
	color: #E0D7BA;
	text-decoration: none;
	cursor:pointer;
}
.arrowlistmenu .menuheader .educational {
	background-image: url(../images/lft-main-link-bg-hover.jpg);
	background-repeat: no-repeat;
	background-position: -12px top;
	float: left;
	width: 190px;
	margin-top: -6px;
	margin-right: 0px;
	margin-bottom: -6px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 6px;

}
.arrowlistmenu h3 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	font-weight: bold;
	color: #e0d7ba;
	text-decoration: none;
	margin: auto;
	float: left;
}

.arrowlistmenu h3 a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	font-weight: bold;
	color: #e0d7ba;
	text-decoration: none;
	margin: auto;
	display: block;
}
.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
	background-image: url(../images/lft-main-link-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	width: 190px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 12px;
	float: left;

}


.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
	background-image: url(../images/lft-main-link-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
}


.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
	list-style-type: none; /*bottom spacing between each UL and rest of content*/
	background-image: url(../images/lft-ctgry-back.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	margin: 0px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
	float: left;
}

.arrowlistmenu ul li{
	margin: 0px;
	padding: 0px;

}



.arrowlistmenu ul li a{
	color: #b29b84; /*custom bullet list image*/
	display: block;
	padding-left: 25px; /*link text is indented 19px*/
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px solid #807162;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 2px;
	background-image: url(../images/lft-ctgry-link-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	width: 177px;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
	color: #b29b84;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	font-weight: bold;
	text-decoration: none;
	background-image: url(../images/lft-ctgry-link-bg-hover.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 25px;
	width: 177px;
}
.accordprefix{ cursor:pointer;}