.arrowlistmenu{width: 240px;padding-left: 15px;}

.arrowlistmenu .menuheader{
	color: #1E5352;
	margin-bottom: 0px; /*bottom spacing between header and rest of content*/
	text-transform: uppercase;
	padding: 4px 0px 2px 16px; /*header text is indented 10px*/
	cursor: hand;
	cursor: pointer;
	font: bold 14px/1.4em Arial, Helvetica, sans-serif;
}
.menuheader a:hover{ text-decoration: none; }
.menuheader a:link{ text-decoration: none; }
.menuheader a:visited{ text-decoration: none; }

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/ background: url(../images/imgDot.gif) no-repeat 0px 8px; }

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 7px; /*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: #3B0F20;
	background: url(../images/arrowbullet.png) no-repeat center left; /*custom bullet list image*/
	display: block;
	padding: 2px 0;
	padding-left: 19px; /*link text is indented 19px*/
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}

.arrowlistmenu ul li a:visited{ color: #3B0F20; }

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
	color: #666666;

}
h3 .active{
	background: url(none);
	color: #660000;
	text-decoration: none;
}

