.arrowlistmenu{
width: 229px; /*width of accordion menu*/
list-style: none;
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
	color: #090;
	background: url(/share/js/javamenu/titlebar.png) repeat-x center left;
	margin-bottom: 0px; /*bottom spacing between header and rest of content*/
	cursor: pointer;
	padding-top: 10px;
	padding-right: 5;
	padding-left: 5px;
	margin-top: 0;
	height: 20px;
	font-family: Arial;
	font-size: 16px;
	font-weight: normal;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-transform: uppercase;
} 
.arrowlistmenu .menuheader a {
	color: #090;
	font-size: 16px;
	padding-left: 5px;
}


.arrowlistmenu .menuheader.ui-state-active{ /*CSS class to apply to expandable header when it's expanded*/
	background: url(/share/js/javamenu/titlebar-active.png) repeat-x center left;
	color: #090;
}
.arrowlistmenu .menuheader.ui-state-active a {
	color: #090;
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
	list-style-type: none;
	margin: 0;
	padding: 0;
	padding-left: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
/*	background-image: url(/share/js/javamenu/menu_bgr.png); */
	background-repeat: no-repeat;
	background-position: center top;
	color: #090;

}
.arrowlistmenu ul li { text-indent: 1em; line-height: 2em; }
.ui-accordion .ui-accordion-content {
	padding: 0;
}

.arrowlistmenu ul li{
	padding-top: 1px;
	padding-bottom: 1px;

}
.arrowlistmenu h3 .ui-accordion-header-icon { display: none; }
.arrowlistmenu ul li .opensubheader{ /*Open state CSS for sub menu header*/
	background-color: #FFB0B0;
}

.arrowlistmenu ul li .closedsubheader{ /*Closed state CSS for sub menu header*/
	background-color: #FF8A8A;
}

.arrowlistmenu ul li a{
	font-family: Arial;
	color: #C6C;
	background: none; /*custom bullet list image*/
	display: block;
	padding: 2px 0;
	padding-left: 1px; /*link text is indented 19px*/
	text-decoration: none;
	font-size: 16px;
}

.arrowlistmenu ul li a:visited{
	color: #060;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
	color: #060;
	font-weight: bold;
}

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