.arrowlistmenu{
	width: 170px; /*width of accordion menu*/
	margin-top: 10px;
	margin-bottom: 15px;
	margin-left: -10px;
}
.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
	color: #5d5c5c;
	margin-bottom: 0px; 
	cursor: pointer;
	text-align : left;
	padding: 7px 0px 7px 7px;
	border-bottom: solid 1px #ccc;
	background: url(../images/plus.gif) no-repeat right center #ffffff;
	font-family: Arial;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
}
.arrowlistmenu .menuheader:hover{ /*CSS class for menu headers in general (expanding or not!)*/
	color: #ccc;
	background-image: none;
}
.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
	background: #f2f2f2 !important;
	color: #e00;
	border-bottom: none;
}
.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	padding-left: 10px;
	padding-bottom: 10px;
	margin-bottom: 0px; /*bottom spacing between each UL and rest of content*/
	border-bottom: solid 1px #ccc;
	text-align: left;
}
ul#nbV {
	border-bottom: 0px;
}
.arrowlistmenu ul li{
	padding-bottom: 3px; /*bottom spacing between menu items*/
}
.arrowlistmenu ul li .opensubheader{ /*Open state CSS for sub menu header*/
	background: #661C3F !important;
}
.arrowlistmenu ul li .closedsubheader{ /*Closed state CSS for sub menu header*/
	background: lightgreen !important;
}
.arrowlistmenu ul li a {
	color: #4b4b4b;
	display: block;
	padding-left: 10px; 
	text-decoration: none;
	font-size: 11px;
	padding: 0px;
}
.arrowlistmenu ul li a:visited{
	color: #4b4b4b;
}
.arrowlistmenu ul li a:hover{ /*hover state CSS*/
	background-color: #F3F3F3;
	color: #C00;
}
.arrowlistmenu ul li a.subexpandable:hover{ /*hover state CSS for sub menu header*/
	background: lightblue;
}
.arrowlistmenu.overer{ /*hover state CSS for sub menu header*/
	background: url(titlebar-active.jpg) no-repeat center left; /*custom bullet list image*/
}
.linker{
	font: bold 9px Arial;
	color: #5d5c5c;
	text-decoration: none;
}
ul.categoryitems {
	background: #f2f2f2;
}
