.arrowlistmenu{
width: 245px; /*width of accordion menu*/
background-color: #FFFFF0;
/*background: url(titlebar-active.png) repeat-x center left;*/
}
.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font: bold 11pt "Lucida Sans",Arial;
color: #009900;
background-color: #FFFFF0;
/*background: url(titlebar-active.png) repeat-x center left;*/
margin-bottom: 10px; /*bottom spacing between header and rest of content*/
padding: 4px 0 4px 10px; /*header text is indented 10px*/
cursor: hand;
cursor: pointer;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background-color: #FFFFF0;
/*background: url(titlebar-active.png) repeat-x center left;*/
}

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

.arrowlistmenu ul li{
font: "Lucida Sans",Arial !important;
padding-bottom: 2px;
background-color: #FFFFF0;
}

.arrowlistmenu ul li .opensubheader{ /*Open state CSS for sub menu header*/
font: bold 10pt "Lucida Sans",Arial !important;
color: #009900 !important;
background: #FFFFF0 !important;
color: #009900;
}

.arrowlistmenu ul li .closedsubheader{ /*Closed state CSS for sub menu header*/
font: bold 10pt "Lucida Sans",Arial !important;
color: #009900 !important;
background: #FFFFF0 !important;
color: #009900;
}
.arrowlistmenu ul li a{
	font-family: "Trebuchet", "Lucida Sans", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #A70303;
	background: url(arrowbullet.png) no-repeat center left;
	display: block;
	padding: 0px 0 0px 19px;
	text-decoration: none;
	border-bottom: 1px solid #dadada;
}
.arrowlistmenu ul li a:visited{
color: #A70303;
}

.arrowlistmenu2 ul li a:hover{ /*hover state CSS*/
background-color: #FFFFF0;
}

.arrowlistmenu2 ul li a.subexpandable:hover{ /*hover state CSS for sub menu header*/
background: #FFFFF0;
}
