.arrowlistmenu{
	width: 231px; /*width of accordion menu*/
	list-style: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: left;

}



.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
	color: #FFF;
	margin-bottom: 0px; /*bottom spacing between header and rest of content*/
	cursor: pointer;
	padding-top: 8px;
	padding-right: 0px;
	padding-left: 15px;
	margin-top: 0;
	height: 28px;
	font-family: Cuprum, Arial;
	font-size: 16px;
	/*		font-weight: bold;

text-transform: uppercase;   */
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-bottom: 0px;
	font-weight: normal;
	text-transform: uppercase;
	background-image: url(../images/site/arrow4.png);
	background-repeat: repeat-x;
	background-position: left center;
	width: 216px;

} 

.arrowlistmenu .menuheader a {
	color: #DD2D17;
	font-size: 14px;
	font-family: Cuprum, Arial;
	background-color: #211F22;
	background-image: url(../images/site/arrow3.png);
	background-repeat: repeat-x;

}





.arrowlistmenu .menuheader.ui-state-active{ /*CSS class to apply to expandable header when it's expanded*/
	color: #DD2D17;
	background-image: url(../images/site/arrow3.png);
	background-repeat: repeat-x;
	background-position: left center;
	background-color: #211F22;

}



.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 5px; /*bottom spacing between each UL and rest of content*/
	padding-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-repeat: repeat;
	background: #323232 !important;
	}

.ui-accordion .ui-accordion-content { padding: 0 2em !important; }

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



}

.arrowlistmenu h3 .ui-accordion-header-icon {
	display: none;
	color: #0FC;

}

.arrowlistmenu ul li .opensubheader{ /*Open state CSS for sub menu header*/

/*	font-weight: bold;  */



}



.arrowlistmenu ul li .closedsubheader{ /*Closed state CSS for sub menu header*/

/*	font-weight: bold;  */



}



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



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



.arrowlistmenu ul li a:hover{ /*hover state CSS*/
	color: #BD0D13;
}



.arrowlistmenu ul li a.subexpandable:visited{ /*hover state CSS for sub menu header*/
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #BD0D13;

}

.arrowlistmenu ul li a.subexpandable:hover{ /*hover state CSS for sub menu header*/
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #BD0D13;

}

.ui-accordion-header-icon { display: none !important; }
