.arrowlistmenu {
	width: 160px;
	background: #ccc;
	}
.arrowlistmenu .menuheader { /* CSS class for menu headers in general */
	font: bold x-small Verdana;
	color: #000;
	background: url("http://www.bcachievement.com/images/arrow-right.gif") no-repeat 0 2px;
	margin: 0;
	padding-left: 17px;
	cursor: pointer;
	}
.arrowlistmenu .openheader { /*CSS class to apply to expandable header when it's expanded*/
	background: url("http://www.bcachievement.com/images/arrow-down.gif") no-repeat 0 3px;
	}
.arrowlistmenu ul { /*CSS for UL of each sub menu*/
	margin: 0;
	padding-left: 10px;
	}

.arrowlistmenu ul li {
	margin-left: 15px;
	font-family: Verdana;
	font-size: x-small;
	font-style: italic;
	line-height: 135%;
	}
.arrowlistmenu ul li a {
	color: #000;
	text-decoration: underline;
	}
.arrowlistmenu ul li a:hover {
	text-decoration: none;
	}
