.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
	color: #002F41; /*header text is indented 10px*/
	cursor: hand;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-image: url(header-2.gif);
	background-repeat: no-repeat;
	width: 195px;
	padding-top: 12px;
	height: 28px;
	background-position: left;
	text-align: left;
	padding-left: 40px;
}

.arrowlistmenu .menuheader2 {
	color: white;
	margin-bottom: 5px;
	padding: 4px 0 4px 0px; /*header text is indented 10px*/
	cursor: hand;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	background-image: url(header-2.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
	background-image: url(header-2.gif);
	background-repeat: no-repeat;
	text-align: left;
	color: #0077A4;
}

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

.arrowlistmenu ul li{
	padding-bottom: 2px;
	margin-left: 40px;
	width: 180px;
}

.arrowlistmenu ul li a{
	color: #36859E;
	display: block;
	padding: 2px 0;
	padding-left: 19px; /*link text is indented 19px*/
	text-decoration: none;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D8EAF4;
}

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

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