.arrowlistmenu{
	width: 200px; /*width of accordion menu*/
	background-image: url(http://fujigoko.org/camp/images/menu_shadow.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 8px;
	padding-left: 0px;
	font-size: 15px;
	line-height: 13px;
	margin: 0px;
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
	font: bold 14px Arial;
	color: white;
/*	background: black url(http://fujigoko.org/camp/images/titlebar.png) repeat-x center left; */ /*bottom spacing between header and rest of content*/
	text-transform: uppercase; /*header text is indented 10px*/
	cursor: hand;
	cursor: pointer;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 10px;
	height: 36px;
	margin: 0px;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
/*	background-image: url(http://fujigoko.org/camp/images/titlebar-active.png); */
	width: 200px;
	margin: 0px;
	padding: 0px;
}

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

.arrowlistmenu ul li{
	height: 23px;
	width: 200px;
	display:inline;
	margin: 0px;
	padding: 0px;
}

.arrowlistmenu ul li a{
	color: #000000; /*custom bullet list image*/
	display: block;
	padding-left: 19px; /*link text is indented 19px*/
	text-decoration: none;
	font-weight: normal;
	font-size: 80%;
	background-color: #EBEBEB;
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 6px;
	padding-right: 0;
	padding-bottom: 6px;
	margin-top: 1px;
	margin-right: 0px;
	margin-left: 0px;
	border-right-width: 7px;
	border-right-style: solid;
	border-right-color: #CCCC00;
	margin-bottom: 0px;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
	color: #FFFFFF;
	background-color: #99CC00;
}

.arrowlistmenu ul li a:visited{
	color: #999999;
}
p#banner {
	margin-top: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
