li {margin:0; padding:0;} /* reset these values to be sure */

.arrowlistmenu{
	width: 155px; /*width of accordion menu*/
	padding:0 0 0 5px;
	color:#FFFFFF;
}



.arrowlistmenu .expandable{ /*CSS class for menu headers in general (expanding or not!)*/
	font-size:16px;
	color:#FEFEAB;
	/*background: black url(titlebar.gif) repeat-x center left;*/	
	background: url(arr_inact.gif) left center no-repeat;
	margin-bottom: 10px; /*bottom spacing between header and rest of content*/
	/*text-transform: uppercase;*/
	padding: 3px 0 3px 15px; /*header text is indented 10px*/
	cursor: hand;
	cursor: pointer;
	font-weight:normal;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
	background: url(arr_act.gif) left center no-repeat;
	padding-left:15px; 
	color:#fff;
}

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

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

.arrowlistmenu ul li .opensubheader, .arrowlistmenu ul li .closedsubheader{ /*Open state CSS for sub menu header*/
	color:#fff;
	text-decoration:underline;
}


.arrowlistmenu ul li a{
	color:#FEFEAB;
	background: url(bull.gif) no-repeat center left;
	display: block;
	padding: 2px 0 2px 20px;
	text-decoration: none;
	/*border-bottom: 1px solid #AE7F4B;*/
	font-size: 90%;
}

/*.arrowlistmenu ul li a:visited{
	color: #A70303;
}*/

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
	color:#fff;
	text-decoration:underline;
}

.arrowlistmenu ul li a.subexpandable:hover{ /*hover state CSS for sub menu header*/
	background: lightblue;
}


.readon {
	margin-top:-20px;
}
