@charset "utf-8";
/* CSS Document */


.arrowlistmenu{
width: 354px; /*width of accordion menu*/
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
	font-family: Cambria, serif;
	font-size: 18px;
	font-style: italic;
	line-height: 18px;
	color: #231F20;
	cursor: pointer;
}


.arrowlistmenu div{ /*CSS for DIV of each sub menu*/
list-style-type: none;
color:#309000;
margin: 0;
padding: 0;
}
