li a {display:inline-block;}
li a {display:block;}




.arrowlistmenu{
width: 231px; /*width of accordion menu was 235px*/
float:right;
margin-right:13px;

background-color:#FFFFFF;
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
	color: white;
	/*background: black url(js/titlebar2.png) repeat-x center left;*/
	margin-bottom: 0; /*bottom spacing between header and rest of content copy WAS 3px*/
	text-transform: none;
	padding: 0; /*padding: 4px 0 4px 10px; header text is indented 10px*/
	cursor: move;/*was hand*/
	cursor: pointer;
	font-family: 'Trebuchet MS', Arial;
	font-size: 14px;
	font-weight: bold;
}




.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
/*background-image: url(js/titlebar-active2.png);*/
}

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


}

.arrowlistmenu ul li{
padding-bottom: -2px; /*bottom spacing between menu items is -2px*/

}

.arrowlistmenu ul li .opensubheader{ /*Open state CSS for sub menu header*/
background: lightblue !important;
}

.arrowlistmenu ul li .closedsubheader{ /*Closed state CSS for sub menu header*/
background: lightgreen !important;
}

.arrowlistmenu ul li .current {background-color: #1D9DE4;/*hover background color*/color:#FFFFFF;/*hover text color*/}


.arrowlistmenu ul li a{

	color: #2668B5;/*Sky blue*/
	background: url(../js/arrowbullet3.png) no-repeat center left; /*custom bullet list image*/
	display: block;
	padding-left: 22px; /*link text is indented 19px*/
	text-decoration: none;
	font-weight: normal;
	border-left: 1px dotted #90E0F4;/*Divider color in pale blue #90E0F4*/
	border-right: 1px dotted #90E0F4;/*Divider color in pale blue #90E0F4*/
	font-family:  Arial;
	font-size: 12px; /*Font size of submenus*/
	padding-top:1px;/*Was -1px*/
	padding-right: 0;
	padding-bottom: 0;/*Was 1px*/

	
	
}

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

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
background: url(../js/arrowbullet4.png) no-repeat center left;/*Change arrow*/
color:#140489;/*hover text color*/
text-decoration:underline;
/*background-color: #1D9DE4;hover background color*/
/*color:#FFFFFF;hover text color*/
}







.arrowlistmenu ul li a.subexpandable:hover{ /*hover state CSS for sub menu header*/
background: lightblue;
}


<!--
td,th {
	

}

-->



/*Page Indicator CSS*/
