.arrowlistmenu{
	width: 180px;
	padding-top: 25px;
	padding-left: 20px;
}
.arrowlistmenu .menuheader{
	font: bold 10px/14px Arial;
	color: #993333;
	text-transform: uppercase;
	padding: 4px 0 2px 5px;
	cursor: hand;
	cursor: pointer;
	margin: 0px;
	display: block;
}
.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
color: #009999;
}
.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding:0; 
margin-bottom:2px;/*bottom spacing between each UL and rest of content*/
}
.arrowlistmenu ul li{
	font: bold 10px/12px Arial;
	color: #993333;
	margin: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.arrowlistmenu ul li .opensubheader{ /*Open state CSS for sub menu header*/
color:#993333;
background:!important;
}
.arrowlistmenu ul li .closedsubheader{ /*Closed state CSS for sub menu header*/
color:#993333;
background:!important;
}
.arrowlistmenu ul li a{
	color: #993333;
	display: inline-block;
	padding-left: 19px;
	text-decoration: none;
	font-weight: bold;
	background-image: url(images/accordion_menu/arrowbullet.png);
	background-repeat: no-repeat;
	background-position: center left;
}
.arrowlistmenu ul li a:hover{
	color: #009999;
}
.arrowlistmenu ul li a.subexpandable:hover{
	color: #009999;
}
.arrowlistmenu .menuheader a {
	font: bold 10px/12px Arial;
	color: #993333;
	text-transform: uppercase;
	padding: 0px;
	cursor: hand;
	cursor: pointer;
	margin: 0px;
	display: inline-block;
	text-decoration: none;
}
.arrowlistmenu .menuheader a:hover {
	color: #009999;
}
