.arrowlistmenu{
	padding-left:16px;
	font-family: tahoma, arial, verdana, helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;

}

.arrowlistmenu .menulink{ /*CSS class for menu headers in general (expanding or not!)*/
	text-decoration: none;
	color: #007550;
	padding:4px 0 4px 14px; /*header text is indented 10px*/
	margin-bottom:0px; /*bottom spacing between header and rest of content*/
}
	a.menulink:link, a.menulink:link, a.menulink:link {  }
	a.menulink:hover {  }

.arrowlistmenu .menuheader, .arrowlistmenu .menuheader:hover{ /*CSS class for menu headers in general (expanding or not!)*/
	text-decoration: none;
	color: #007550;
	cursor:hand;
	cursor:pointer;
	background:url(/images/arrow_right.gif) left no-repeat;
	padding:4px 0 4px 14px; /*header text is indented 10px*/
	margin-bottom:0px; /*bottom spacing between header and rest of content*/
}
.arrowlistmenu .menuheader:hover{ /*CSS class for menu headers in general (expanding or not!)*/
	text-decoration: underline;
	color: #e55c4a;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
	background:url(/images/arrow_down.gif) left no-repeat;
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
	list-style-type:none;
	padding:0;
	margin:0;
	margin-bottom:0px; /*bottom spacing between each UL and rest of content*/
}

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

.arrowlistmenu ul li a:link, .arrowlistmenu ul li a:active, .arrowlistmenu ul li a:visited {
	display:block;
	padding:2px 0;
	padding-left:21px; /*link text is indented 19px*/
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/

}
