.arrowlistmenu {
	width: 113px;
	text-align: left;
	margin: 0px;
	padding: 0px;
}
.arrowlistmenu .menuheader { /*CSS class for menu headers in general (expanding or not!)*/
	color: #A30234;
	margin-bottom: 10px; /*header text is indented 10px*/
	cursor: hand;
	cursor: pointer;
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-position: left center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 10px;
	text-align: left;
	font-weight: normal;
}
.arrowlistmenu .openheader { /*CSS class to apply to expandable header when it's expanded*/
	background-color: #B9AB96;
}
.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*/
}
.arrowlistmenu ul li {
	padding-bottom: 2px; /*bottom spacing between menu items*/
}
.arrowlistmenu ul li .opensubheader { /*Open state CSS for sub menu header*/

}
/*.arrowlistmenu ul li .closedsubheader {
	background: lightgreen !important;
}*/
.arrowlistmenu ul li a {
	color: #A30234; /*custom bullet list image*/
	display: block;
	padding-left: 10px; /*link text is indented 19px*/
	text-decoration: none;
	font-size: 10px;
	background-image: url(../images/btn_backgroung.png);
	background-repeat: repeat;
	background-position: left center;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 2px;
	font-family: Arial, Helvetica, sans-serif;
}
.arrowlistmenu ul li a:hover { /*hover state CSS*/
	background-color: #FFFFFF;
}

/*.arrowlistmenu ul li a.subexpandable:hover {
	background: lightblue;
}*/
.arrowlistmenu ul li a.subexpandable {
	background-image: url(../images/top-panel_backgroung.png);
	background-repeat: repeat-x;
}
.arrowlistmenu .categoryitems .subcategoryitems {
	margin-top: 2px;
}
