.arrowlistmenu{
	width: 520px; /*width of accordion menu*/
	margin:0px;
	padding:0px;
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font: bold 13px Arial;
color: #666666;
/*background: url(../images/new_blue_bg.jpg) repeat-x center left;*/
background:url(../images/roundcorner/submenugrey.png) repeat-x ;
margin-bottom: 10px; /*bottom spacing between header and rest of content*/
padding: 4px 0 4px 10px; /*header text is indented 10px*/
cursor: hand;
cursor: pointer;
border:1px solid #f2f2f2;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
	/*background:url(../images/roundcorner/submenugrey.png) repeat-x ;*/
color:#FFFFFF;
	border:1px solid #f2f2f2;
	background-image: url(../images/orange_bg.jpg);
	background-repeat: repeat-x;
	background-position: left center;
}

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

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

.arrowlistmenu ul li a{
color: #686868;
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;
font-size:12px;
}

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

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
	color: #686868;
	background-color: #F8F8F8;
}
