#content-left .arrowlistmenu {
	width: 				600px; /*width of accordion menu*/
}

#content-left .arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
	background:			url(../images/back_dropmenu.jpg) top left no-repeat;
	color:				#FFFFFF; 
	display:			block;
	font-family:		"Trebuchet MS";
	font-size:			1em;	
	margin:				0 0 4px 0;
	padding:			4px 10px;
	text-align:			left;
	cursor: 			hand;
	cursor: 			pointer;
}

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

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

}

#content-left .arrowlistmenu ul li {
	background:			none; 
	padding:			0;
	padding-bottom: 	0; /*bottom spacing between menu items*/
}

#content-left .arrowlistmenu ul.errors li {
	background:			url(../images/bullit.gif) no-repeat left 4px;
	line-height:		1.5em;
	margin:				0 0 0.5em 20px;
	padding:			0 0 0 18px;
}