.arrowlistmenu{
	width: 194px;
}

.arrowlistmenu .menuheader { /*CSS class for menu headers in general (expanding or not!)*/
	font-size: 14px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	color: #5c4d48;
	padding-left: 30px;
	cursor: pointer;
	display: block;
	height: 36px;
	width: 194px;
	background: url(../images/nav_rollover.jpg) no-repeat top left;
}

.arrowlistmenu .menuheader p {
	margin: 0;
	padding: 0;
	padding-top: 8px;	
}

.arrowlistmenu .menuheader a {
	color: #5c4d48;
	text-decoration: none;
}

.arrowlistmenu .menuheader a:hover {
	color: #cc0000;
}

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

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

.arrowlistmenu ul li a {
	font-size:11px;
	font-weight:normal;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	color: #5c4d48;
	display: block;
	padding: 2px 0 4px 30px;
	text-decoration: none;
}

.arrowlistmenu ul li a:visited{
	color: #5c4d48;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
	color:#cc0000;
}

.alignline {
	padding-bottom: 5px;
}