.arrowlistmenu{
	width: 205px; /*width of accordion menu*/
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
	background-color: #e0f3fe;
	border:0px solid #000;
	color:#000000;
	cursor: hand;
	cursor: pointer;
	padding:2px 2px 2px 2px;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
	background-color: #e0f3fe;
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
	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{
	color: #0000;
	background: url(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;
	border-bottom: 1px solid #dadada;
	font-size: 90%;
}

.arrowlistmenu ul li a:visited{
	
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
	color: #A70303;
	background-color: #F3F3F3;
}

.menuheadertext{
   font-size: 0.5em;
}

h3 {
	font-size: 11px;
	font-weight: bold;
	margin:2px 2px 2px 2px;
}

/*for none href*/
.arrowlistmenu2{
	width: 205px; /*width of accordion menu*/
}

.arrowlistmenu2 .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
	background-color: #e0f3fe;
	border:0px solid #000;
	color:#000000;
	cursor: hand;
	cursor: pointer;
	padding:2px 2px 2px 2px;
}

.arrowlistmenu2 .openheader{ /*CSS class to apply to expandable header when it's expanded*/
	background-color: #e0f3fe;
}

.arrowlistmenu2 ul{ /*CSS for UL of each sub menu*/
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 0px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu2 ul li{
	padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu2 ul li{
	color: #0000;
	background: url(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;
	border-bottom: 1px solid #dadada;
	font-size: 90%;
}

.arrowlistmenu2 ul li a:visited{
	
}

.arrowlistmenu2 ul li a:hover{ /*hover state CSS*/
	color: #A70303;
	background-color: #F3F3F3;
}