<style type="text/css">

.arrowlistmenu{
width: 180px; /*width of accordion menu*/
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
	color: #383838;
	margin-bottom: 0px; /*bottom spacing between header and rest of content*/
	text-transform: none; /*header text is indented 10px*/
	cursor: hand;
	cursor: pointer;
	font-family: "Trebuchet MS", Tahoma, Verdana;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	background-color: #C5D1E7;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 5px;
	background-image: url(div.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin-top: 0px;
	margin-right: 10px;
	margin-left: 10px;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
	font-family: "Trebuchet MS", Tahoma, Verdana;
	font-size: 14px;
	font-weight: normal;
	color: #383838;
	text-decoration: none;
	background-color: #C5D1E7;
	margin-top: 0px;
	margin-bottom: 0px;
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
	margin-bottom: 2px; /*bottom spacing between each UL and rest of content*/
	background-color: #C5D1E7;
	/*list-style-position: outside;
	list-style-image: url(arrowbullet.png);*/
	margin-left: 10px;
	margin-top: 0px;
	margin-right: 10px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	list-style-type: none;
}

.arrowlistmenu ul li{
	padding-bottom: 2px;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 15px;
	background-image: url(arrowbullet.png);
	background-repeat: no-repeat;
	background-position: left 8px;
}

.arrowlistmenu ul li a{
	color: #464646; /*custom bullet list image*/
	display: block;
	padding-left: 0px; /*link text is indented 19px*/
	text-decoration: none;
	font-weight: normal;
	font-size: 12px;
	font-family: "Trebuchet MS", Tahoma, Verdana;
	background-image: url(div.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #0099cc;
}

.arrowlistmenu a.lnk {
	color: #383838; /*header text is indented 10px*/
	cursor: hand;
	font-family: "Trebuchet MS", Tahoma, Verdana;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	background-color: #C5D1E7;
	background-image: url(div.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-bottom: 10px;
}

.arrowlistmenu a.lnk:hover {
	color: #0099cc; /*header text is indented 10px*/
	cursor: hand;
	font-family: "Trebuchet MS", Tahoma, Verdana;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	background-color: #C5D1E7;
	padding-bottom: 10px;
	background-image: url(div.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}
</style>
.heading {

	font-family: "Humanst521 Lt BT";
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
