.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: 1.5em;
	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: 0;
	}
.arrowlistmenu ul li {
	margin-left: 2em;
	padding: 0;
	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;
	}

#leftcolumn ul.categoryitems {
	padding: 0;
	margin-left: 1.5em;
	}
#leftcolumn ul.nested { /* left menu nested list */
	margin: 0;
	padding: 0;
	line-height: 150%;
	}
#leftcolumn li.nested { /* left menu nested list */
	margin-left: 1.5em;
	padding: 0;
	list-style: circle;
	}

