<style type="text/css"> .arrowlistmenu {
width: 209px; /*width of accordion menu*/
}
.arrowlistmenu .menuheader { /*CSS class for menu headers in general (expanding or not!)*/
 color: cursor : pointer;;
	margin-bottom: 0px; /*bottom spacing between header and rest of content*/
	text-transform: none; /*header text is indented 10px*/
	cursor: pointer;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 30px;
	margin-top: 0px;
	margin-right: 10px;
	margin-left: 5px;
	background-image: url(images/inner-bullet.jpg);
	background-repeat: no-repeat;
	background-position: 15px center;
	width: 206px;
	color: #626262;
	display: block;
	line-height: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EEEEEE;
	height: 30px;
}
.arrowlistmenu .menuheader:hover {
	color: #575757;
	margin-bottom: 0px; /*bottom spacing between header and rest of content*/
	text-transform: none; /*header text is indented 10px*/
	cursor: pointer;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	background-color: #FBFCFD;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 30px;
	margin-top: 0px;
	margin-right: 10px;
	margin-left: 5px;
	background-image: url(images/inner-bullet.jpg);
	background-repeat: no-repeat;
	background-position: 15px center;
	width: 206px;
}
.arrowlistmenu .openheader { /*CSS class to apply to expandable header when it's expanded*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #575757;
	text-decoration: none;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url(images/inner-bullet.jpg);
	background-repeat: no-repeat;
	background-position: 15px center;
}
 </style> .arrowlistmenu ul li a:hover {
 color: #FF5E5E; /*custom bullet list image*/
 display: block;
 padding-left: 30px; /*link text is indented 19px*/
 text-decoration: none;
 font-weight: normal;
 font-size: 12px;
 font-family: Arial, Helvetica, sans-serif;
 padding-top: 2px;
 padding-right: 0px;
 padding-bottom: 2px;
 width: 150px;
 list-style-image: url(images/bullet1.jpg);
 line-height: 25px;
 height: 25px;
}
.arrowlistmenu ul { /*CSS for UL of each sub menu*/
	margin-bottom: 2px;
	list-style-position: outside;
	list-style-image: url(images/bullet12.jpg);
	margin-left: 35px;
	margin-top: 0px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	margin-right: 2px;
	width: 213px;
}
.arrowlistmenu ul li {
	padding-bottom: 2px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 16px;
}
.arrowlistmenu ul li a {
 3color: #666666; /*custom bullet list image*/
	display: block;
	padding-left: 0px; /*link text is indented 19px*/
	text-decoration: none;
	font-weight: normal;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	list-style-image: url(images/bullet12.jpg);
}
.arrowlistmenu ul li a:hover {
	display: block;
	padding-left: 0px; /*link text is indented 19px*/
	text-decoration: underline;
	font-weight: normal;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	list-style-image: url(images/bullet12.jpg);
	color: #666666;
}
.arrowlistmenu a.lnk {
	color: #383838; /*header text is indented 10px*/
	cursor: hand;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	padding-bottom: 10px;
	padding-left: 4px;
}
.arrowlistmenu a.lnk:hover {
	color: #FF0000; /*header text is indented 10px*/
	cursor: hand;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	padding-bottom: 10px;
	padding-left: 4px;
}