.arrowlistmenu{
	width: 190px;
	margin-bottom: 10px;
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	color: white;
	background: #6EA40E url(menu/plus.gif) no-repeat 5px center; /*bottom spacing between header and rest of content*/
	text-transform: none;
	padding: 4px 0 4px 25px; /*header text is indented 10px*/
	cursor: hand;
	cursor: pointer;
	margin: 0px;
	border-bottom: 1px solid #FFFFFF;
}

.arrowlistmenu .static { /*CSS class for menu headers that do not expand*/
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	color: white;
	background: #6EA40E url(menu/arrow.gif) no-repeat 5px center; /*bottom spacing between header and rest of content*/
	text-transform: none;
	padding: 4px 0 4px 25px; /*header text is indented 10px*/
	cursor: hand;
	cursor: pointer;
	margin: 0px;
	border-bottom: 1px solid #FFFFFF;
}

.arrowlistmenu .static a {
	text-decoration: none;
	color: #FFFFFF;
}
.menuheader expandable a {
	color: #FFFFFF;
	text-decoration: none;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
	background: #006699 url(menu/minus.gif) no-repeat 5px center;
	color: #FFFFFF;
	font-size: 12px;
}

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

.arrowlistmenu ul li{
	margin: 0px;
	line-height: 15px;
	height: 15px;
	font-size: 11px;
}

.arrowlistmenu ul li a{
	color: #003366;
	background: url(arrowbullet.png) no-repeat center left; /*custom bullet list image*/
	display: block; /*link text is indented 19px*/
	text-decoration: none;
	font: normal 100%/15px Arial, Helvetica, sans-serif;
	padding-left: 25px;
	padding-top: 3px;
	padding-bottom: 3px;
}

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

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
	color: #A70303;
	background-color: #F3F3F3;
	line-height: 15px;
}
