/** { margin:0; padding:0; }*/
.arrowlistmenu{
	width: 190px; /*width of accordion menu*/
	margin:0 0 10px 5px;
}
.arrowlistmenu h3{
	margin:0;
	padding:0;
}
.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
	font: bold 12px Tahoma;
	color: #000000;
	background: url(images/menu_up.jpg) no-repeat top left;
	margin-bottom: 1px; /*bottom spacing between header and rest of content*/
	padding: 4px 0 4px 15px; /*header text is indented 10px*/
	cursor: pointer;
	border:1px solid #BE78BC;
}
.arrowlistmenu .menuheader:hover{ /*CSS class for menu headers in general (expanding or not!)*/
	background:url(images/menu_over.jpg) no-repeat top left;
}
.arrowlistmenu .menuheader img{ /*CSS class for menu headers in general (expanding or not!)*/
	float:left;
	padding-right:5px;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
	background:url(images/header_over.gif) repeat-x center left;
	border:1px solid #9AC1C9;
}

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

.arrowlistmenu ul li .opensubheader{ /*Open state CSS for sub menu header*/
background-color: #fff;
}

.arrowlistmenu ul li .closedsubheader{ /*Closed state CSS for sub menu header*/
color: #A70303;
background: #F3F3F3 url(images/arrowbullet.gif) no-repeat top left; /*custom bullet list image*/
}

.arrowlistmenu ul li a{
color: #A845A5;
background: #fff url("images/arrowbullet.gif") no-repeat top left; /*custom bullet list image*/
display: block;
padding: 5px 0 5px 20px;
margin:0;
text-decoration: none;
font-weight: bold;
border: 1px solid #DDA7DC;
font-size: 12px;
}

.arrowlistmenu ul li a:visited{
color: #A845A5;
margin:0;
padding: 5px 0 5px 20px;
}

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

.arrowlistmenu ul li a.subexpandable:hover{ /*hover state CSS for sub menu header*/
color: #A70303;
background: #F3F3F3 url(images/arrowbullet.gif) no-repeat top left; /*custom bullet list image*/
}