.arrowlistmenu{
	width: 200px; /*width of accordion menu*/
	background-image: url(../services/images/purplerndcornerbtm.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	padding-bottom: 20px;
}
.arrowlistmenutop {
	background-image: url(../services/images/purplerndcornertop.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 200px;
	height: 25px;
	background-color: #78256F;
	margin: 0px;
	padding: 0px;
}
.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
	color: white;
	margin-bottom: 10px;
	padding: 4px 0 4px 10px; /*header text is indented 10px*/
	cursor: hand;
	cursor: pointer;
	font-size: 14px;
	font-weight: bold;
	background-image: url(../services/images/prplshadeHover.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
	background: url(../services/images/greenhover.gif) no-repeat left center;
	color: #FFFFFF;
}

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

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
	color: #B2BA2A;
	background: url(arrowbullet.png) no-repeat left center; /*custom bullet list image*/
	display: block;
	padding: 2px 0 2px 19px; /*link text is indented 19px*/
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px solid #dadada;
	font-size: 90%;
}

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

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
	color: #FFFFFF;
	background-color: #7D3578;
}
.arrowlistmenu .content {
	color: #B0B923;
	padding-left: 8px;
	font-weight: bold;
	padding-bottom: 5px;
}
.arrowlistmenu .content a {
	font-weight: bold;
	color: #B3BC23;
}

