.arrowlistmenu{
width: 180px; /*width of accordion menu*/
}

.arrowlistmenu h3{
padding:0;
margin:0;
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
background: url(images/bullet.gif) no-repeat left center;
padding-left: 15px;
font-weight: bold;
font-size: 11px;
color: #000000;
cursor: hand;
cursor: pointer;
text-decoration: none;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
/*background-image: url(titlebar-active.png);*/
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
padding-left:10px;
}

.arrowlistmenu ul li{
}

.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 a{
padding-left: 19px; 
text-decoration: none;
font-weight: bold;
font-size: 90%;
}
*/

.arrowlistmenu ul li a:visited{
/*color: #A70303;*/
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
/*background-color: #F3F3F3;*/
}

.arrowlistmenu ul li a.subexpandable:hover{ /*hover state CSS for sub menu header*/
/*background: lightblue;*/
}

.arrowlistmenu .subcategoryitems { /*CSS class for menu headers in general (expanding or not!)*/
	padding-left: 5px;
}

.arrowlistmenu .subcategoryitems a{ /*CSS class for menu headers in general (expanding or not!)*/
	background: url(images/sub_bullet.gif) no-repeat;
	font-size: 11px;
	font-weight: normal;
	color: #212021;
	text-decoration: none;
	padding-left: 15px;
}

.arrowlistmenu ul li a { /*CSS class for menu headers in general (expanding or not!)*/
	background: url(images/bullet.gif) no-repeat;
	font-size: 11px;
	font-weight: normal;
	color: #212021;
	text-decoration: none;
	padding-left: 15px;
}

.arrowlistmenu a:hover { /*CSS class for menu headers in general (expanding or not!)*/
	text-decoration: underline;
}