.arrowlistmenu{
	width: 205px;
}
.arrowlistmenu .menuheader{
	font-family: Arial;
	font-weight: lighter;
	color: #646262;
	cursor: hand;
	cursor: pointer;
	line-height: 20px;
	font-size: 12px;
	margin-bottom: 2px;
}

.arrowlistmenu .openheader{
	line-height: 20px;
	vertical-align: middle;
	font-size: 12px;
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
	margin: 0px;
	padding: 0px;
}

.arrowlistmenu ul li .opensubheader{ /*Open state CSS for sub menu header*/
background: lightblue !important;
}

.arrowlistmenu ul li .closedsubheader{ /*Closed state CSS for sub menu header*/
background: lightgreen !important;
}
