.arrowlistmenu{
width: 190px; /*width of accordion menu*/
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font: bold 8.5pt Tahoma;
color: #000000;
background-color: #E9E9E9;
margin: 0px 0px 6px 0px; /*bottom spacing between header and rest of content*/
text-transform: titlecase;
padding: 4px 0px 4px 5px; /*header text is indented 10px*/
cursor: hand;
cursor: pointer;
}

/*.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded
background-color: #6fb0ff ;
}*/

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0px;
padding: 0px;

}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li .opensubheader{ /*Open state CSS for sub menu header*/
	
	background-image: url(../images/blue_arr.gif);
	background-repeat: no-repeat;
	background-position: left;
	/*background: #e9e9e9 !important;*/
	padding-left: 14px;
}

.arrowlistmenu ul li .closedsubheader{ /*Closed state CSS for sub menu header*/
	
	background-image: url(../images/blue_arr_on.gif);
	background-repeat: no-repeat;
	background-position: left;
	/*background: #dcdcdc !important;*/
	padding-left: 14px;
}

.arrowlistmenu ul li a{
	font-family: tahoma;
	font-size: 8.5pt;
	color: #1768ac;
	text-decoration: none;
	background-image: url(../images/blue_arr.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding:2px 2px 2px 14px;
	display: block;
	BORDER-BOTTOM: #dadada 1px dotted;
	text-decoration: none;

}

.arrowlistmenu ul li a:visited{
color: #000000;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
	font-family: tahoma;
	font-size: 8.5pt;
	color: #FF0000;
	text-decoration: none;
	background-image: url(../images/blue_arr_on.gif);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	/*background-color: #F3F3F3;*/
}
.arrowlistmenu ul li a.twolevel{
	font-family: tahoma;
	font-size: 8.5pt;
	color: #1768ac;
	text-decoration: none;
	background-image: url(../images/blue.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
	display: block;
	BORDER-BOTTOM: #dadada 1px dotted;
	text-decoration: none;
}

.arrowlistmenu ul li a.twolevel:visited{
color: #000000;
}

.arrowlistmenu ul li a.twolevel:hover{ /*hover state CSS*/
	font-family: tahoma;
	font-size: 8.5pt;
	color: #FF0000;
	text-decoration: none;
	background-image: url(../images/red.gif);
	background-repeat: no-repeat;
	background-position: left center;
	background-color: #f3f3f3;
	/*background-color: #F3F3F3;*/
}

.arrowlistmenu ul li a.subexpandable:hover{ /*hover state CSS for sub menu header*/
	background: #FFFFFF;
	background-image: url(../images/blue_arr_on.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin:0px;
}
