.arrowlistmenu{
	width: 108px; /*width of accordion menu*/
	text-align: left;
	margin: 0px;
	padding: 0px;
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
	color: #72793D; /*bottom spacing between header and rest of content*/
	text-transform: uppercase; /*header text is indented 10px*/
	cursor: hand;
	cursor: pointer;
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: normal;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	
}


/*.arrowlistmenu .menuheader a{ 
	color: #72793D; 
	text-transform: uppercase; 
	cursor: hand;
	cursor: pointer;
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: normal;
	text-decoration:none;
	
}*/

.arrowlistmenu .menuheader a{
	color: #72793D; /*b0bbc1 custom bullet list image*/
	display: block;
	padding-left: 0px; /*link text is indented 19px*/
	text-decoration: none;
	font-weight: normal;
	font-size: 13px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	font-family: "Times New Roman", Times, serif;
}

.arrowlistmenu .menuheader a:visited{
	color: #72793D;
}

.arrowlistmenu .menuheader a:hover{ /*hover state CSS*/
	color: #72793D; /*BDC486;*/
}
.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/

}

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

.arrowlistmenu ul li{
	margin: 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: normal;
/*	color: #FFF8C2;
*/	color: #787e3e;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	text-transform:capitalize;
}

.arrowlistmenu ul li a{
/*	color: #FFF8C2; 
*/	color: #787e3e; /*b0bbc1 custom bullet list image*/

	display: block;
	padding-left: 0px; /*link text is indented 19px*/
	text-decoration: none;
	font-weight: normal;
	font-size: 13px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	font-family: "Times New Roman", Times, serif;
	text-transform:capitalize;
}

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

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


/*  Changes */

.arrowlistmenu .categoryitems h3 {
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: normal;
	color: #FFF8C2;
	text-transform:capitalize;
}
.arrowlistmenu .categoryitems h3 a{
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: normal;
	color: #FFF8C2;
	text-transform:capitalize;
}


.arrowlistmenu .categoryitems h3 a:hover{ /*hover state CSS*/
	color: #FFF8C2; /*BDC486;*/
}

.arrowlistmenu .categoryitems h3 a:visited{
	color: #FFF8C2; /*BDC486;*/
}


