li {margin:0; padding:0;} /* reset these values to be sure */

.arrowlistmenu{
	width: 244px; /*width of accordion menu*/
	margin-top: 0px;
	
	
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
	font: bold 14px Verdana;
	background-color:#6699FF;
	color: #ffffff;
	text-align: center;
	margin-bottom: 0px; /*bottom spacing between header and rest of content*/
	padding: 4px 0 4px 10px; /*header text is indented 10px*/
	cursor: hand;
	cursor: pointer;
	
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
	    background-color:#6699FF;
		color: #ffffff;
		text-align: center;
		/*border: 1px solid red;*/
		margin-top: 0px;
		margin-left: 1px;
		width: 100%;
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
	list-style-type: none;
	margin-right: 2px;
	margin-left: 2px;
	margin-top: 0px;
	padding: 0;
	margin-bottom: 0px; /*bottom spacing between each UL and rest of content*/
	width: 100%;
	/*margin-right: 0px;
	/*background-color:#6699FF;*/
	padding-right:10px;
	/*border: 1px solid red;*/

}

.arrowlistmenu ul li{
	padding-bottom: 0px; /*bottom spacing between menu items*/
		
}

.arrowlistmenu ul li .opensubheader{ /*Open state CSS for sub menu header*/
	
	/*border: 1px solid red;*/
		width: 234px;
	


}

.arrowlistmenu ul li .closedsubheader{ /*Closed state CSS for sub menu header*/
		
		
		background-color:none;
		width: 234px;
		
	
}
.arrowlistmenu ul li .acmenu a{
/*border: 1px solid red;*/
background-color:transparent;
width: 224px;
}
.arrowlistmenu ul li .acmenu a:hover{
	background: url(arrowbullet2.gif) no-repeat center left; /*custom bullet list image*/
	background-color:transparent;
width: 224px;

}
.arrowlistmenu ul li a{
	color: #1D1084;
	background: url(arrowbullet.gif) no-repeat center left; /*custom bullet list image*/
	display: block;
	background-color:#C0DFFB;
	/*background: red;*/
	padding: 2px 0;
	padding-left: 20px; /*link text is indented 19px*/
	text-decoration: none;
	/*border-bottom: 1px solid #1E1082;*/
	border-top: 1px solid #6699FF;
		/*border-bottom: 1px solid #6699FF;*/
	font-weight: bold;
	font-size: 11px;
	width: 234px;
	
}

.arrowlistmenu ul li a:visited{
	color: #1D1084;
	font-weight: bold;
	font-size: 11px;
	
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
	background: url(arrowbullet2.gif) no-repeat center left; /*custom bullet list image*/
	color: #ffffff;
	font-weight: bold;
	font-size: 11px;
	background-color:#DFEAFA;
	width: 234px;
	
	
	
}

.arrowlistmenu ul li a.subexpandable:hover{ /*hover state CSS for sub menu header*/
	/*background-color:red;*
	
}


