.arrowlistmenu{
	text-align: left;
	font-family: \5FAE\8EDF\6B63\9ED1\9AD4;		
	font-size: 110%;
}
.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
	color: #877155;
	cursor: hand;
	cursor: pointer;
	font-weight: normal;
	line-height: 1.3em;
	margin: 0px;
	padding: 1px 0px;
	font-size: 100%;
}
.arrowlistmenu .menuheader a:link, .arrowlistmenu .menuheader a:visited{
	color: #877155;
	padding: 4px 0px 4px 23px;
	background-image: url(../images/navBox_h3.png);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	display: block;
	outline: none; /* for Firefox */
 	hlbr:expression(this.onFocus=this.blur()); /* for IE */	
}
.arrowlistmenu .menuheader a:hover, .menuheader.selected a:link, .menuheader.selected a:visited{
	color: #cc5400;
	text-decoration: none;
}
.arrowlistmenu .openheader, .menuheader.selected, .arrowlistmenu .openheader a:link, .arrowlistmenu .openheader a:visited { /*CSS class to apply to expandable header when it's expanded*/
	color: #cc5400;
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
	list-style-type: none;
	margin: 0px;
	padding: 0 0 3px 0;

}
.arrowlistmenu ul li{
	padding-bottom: 0px; /*bottom spacing between menu items*/
}
.arrowlistmenu ul li .opensubheader{ /*Open state CSS for sub menu header*/

}
.arrowlistmenu ul li .closedsubheader{ /*Closed state CSS for sub menu header*/

}
.arrowlistmenu ul li a{
	color: #877155;; /*custom bullet list image*/
	display: block; /*link text is indented 19px*/
	text-decoration: none;
	background-image: url(../images/navBox_li.png);
	background-repeat: no-repeat;
	background-position: 22px 10px;
	font-weight: normal;
	line-height: 1.3em;
	padding: 3px 0px 3px 32px;
	line-height: 1.3em;	
}
.arrowlistmenu ul li a:visited{
	color: #877155;
}

.arrowlistmenu ul li a:hover { /*hover state CSS*/
	text-decoration: none;
	color: #cc5400;
}
.arrowlistmenu ul li.selected a:link , .arrowlistmenu ul li.selected a:visited { /*hover state CSS*/
	color: #cc5400;
}
.arrowlistmenu ul li a.subexpandable:hover{ /*hover state CSS for sub menu header*/

}
ul.off{
	margin: 0px;
	padding: 0px;
	display: none;
	overflow: hidden;
	height: 0px;
}
ul.on{
}
