.arrowlistmenu {
	width: auto; /*width of accordion menu*/
	/* background-image: url(../global/left_nav/background.png); */
	background-repeat:repeat;
	border: 0px solid #3366CC;
	position: absolute;
	height: auto;
	left: 0px;
	top: 0px;
	padding: 0px;
	z-index: 10;
}

.arrowlistmenu .menuheader {
	/*CSS class for menu headers in general (expanding or not!)*/
	font: normal 15px Garamond, Georgia, Times New Roman, Times, serif;
	color: white;
	margin-bottom: 0px;
	/*bottom spacing between header and rest of content*/
	margin-top: 0px;
	margin-left: 10px;
	text-transform: none;
	text-align:left;
	/* text-transform: uppercase; */
	padding: 5px 0px 5px 0px; /*header text is indented 10px*/
	cursor: hand;
	cursor: pointer;
}

.menuheader:hover {
	background-image: url(../global/left_nav/SingleLine.png);
	background-repeat: no-repeat;
	color: #ffcc33;
}

.arrowlistmenu .openheader {
	/*CSS class to apply to expandable header when it's expanded*/
	background-image: url(../global/left_nav/SingleLine.png);
	color: #ffcc33;
	text-align: left;
	background-repeat: no-repeat;
}

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

.arrowlistmenu ul li {
	text-align: left;
	list-style-type: inside;
	list-style-position:outside;
	padding: 0px 0px 2px 0px;
}

.arrowlistmenu ul li a {
	color: #ffffff;
	display: block;
	padding: 2px 0;
	padding-left: 20px; /*link text is indented 19px*/
	text-decoration: none;
	text-align: left;
	border-bottom: 0px solid #dadada;
	font: normal 9px verdana, sans-serif;
	line-height:10px;
	outline: none;
}

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

.arrowlistmenu ul li a:hover { /*hover state CSS*/
	color: #ffcc33;
	background-image: url(../global/left_nav/btn_left_menu.png);
}