.arrowlistmenu{
	width: 216px; /*width of menu*/
}

.arrowlistmenu .headerbar{
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background: #949494 url(/i/theme/nav-title.png) repeat-x center left;
	margin-bottom: 2px;
	/*bottom spacing between header and rest of content*/
	padding: 4px 0 4px 16px;
	/*header text is indented 16px*/
}

.arrowlistmenu .headerbar a{
	color: #FFFFFF;
	text-decoration: none;
}

.arrowlistmenu h1{
	margin: 0 0 0 0;
}

.arrowlistmenu ul li h1{
	margin: 0 0 0 0;
}

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

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

.arrowlistmenu ul li a{
	font: bold 14px  Arial, Helvetica, sans-serif;
	color: #944C7E;
	background: url(/i/theme/nav-bullet.png) no-repeat center left; /*custom bullet list image*/
	background-color: #E7E7E7;
	display: block;
	padding: 4px 0;
	padding-left: 24px; /*link text is indented 19px*/
	text-decoration: none;
	/*border-bottom: 1px solid #dadada;*/
}

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

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
	color: #666666;
	background-color: #F3F3F3;
}
