.arrowlistmenu{
width: 209px; /*width of accordion menu*/
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font: bold 0.7em Verdana;
color: Green;
background: white;
margin-bottom: 5px; /*bottom spacing between header and rest of content*/
/*text-transform: uppercase;*/
padding: 4px 0 4px 0px; /*header text is indented 10px*/
cursor: hand;
cursor: pointer;
/*border:1px solid silver;*/
}

/*
.arrowlistmenu .openheader{
background-image: url(titlebar-active.png);
}*/

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
color:#2F923E;
}

img.expand_icon
{
	padding:0 4px 0 0;
	width:9px;
	height:9px;
}