.arrowlistmenu{
width: 170px; /*width of accordion menu*/

}
/*CSS class for menu headers in general (expanding or not!)*/
.arrowlistmenu .menuheader
{ 
	font: bold 12px Arial;
	color: #000;
	background: url(../images/plinkbg.gif) no-repeat top left;
	margin-bottom: 8px; /*bottom spacing between header and rest of content*/
	padding: 11px 0 3px 5px; /*header text is indented 10px*/
	cursor: hand;
	cursor: pointer;
	height:28px;
	}

.arrowlistmenu .menuheader a { /*CSS class for menu headers in general (expanding or not!)*/
	padding: 3px 0 0 8px;
	margin-top:8px;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background-image: url(../images/plinkbg.gif);
}

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

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

.arrowlistmenu ul li .opensubheader{ /*Open state CSS for sub menu header*/
background: url(../images/arrow_down.gif) no-repeat center left; /*custom bullet list image*/
}

.arrowlistmenu ul li .closedsubheader{ /*Closed state CSS for sub menu header*/
background: url(../images/arrow.gif) no-repeat center left; /*custom bullet list image*/
}
ul .categoryitems{
	margin-left:7px;
}
ul .subcategoryitems{
	margin-left:14px;
}
.arrowlistmenu ul li a{
font: bold 12px Arial;
background: url(../images/arrow.gif) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 2px 0;
padding-left: 18px; /*link text is indented 19px*/
text-decoration: none;
}

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

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
background: url(../images/arrow_r.gif) no-repeat center left; /*custom bullet list image*/
}
.arrowlistmenu ul li a.subexpandable:hover{ /*hover state CSS for sub menu header*/
background: url(../images/arrow_down.gif) no-repeat center left; /*custom bullet list image*/
}
