.arrowlistmenu {
	width: 220px; /*width of accordion menu*/
}
.arrowlistmenu .menuheader { /*CSS class for menu headers in general (expanding or not!)*/
	font-size:12px;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:normal;
	letter-spacing:0.02em;
	margin:10px 0;
	margin-left:-50px;
	padding:0;
	padding-left:10px;
	cursor: pointer;
	text-align:left;
	width:160px;
	background:url(../../images/arrow.gif) no-repeat left top;
}
.arrowlistmenu .menuheader:hover , .arrowlistmenu .menuheader a:hover{ /*CSS class for menu headers in general (expanding or not!)*/
	color: #ff6000;
	text-decoration:underline;
}
.arrowlistmenu .menuheader a{
	color: #575757;
	text-decoration:none;
}
.arrowlistmenu .openheader { /*CSS class to apply to expandable header when it's expanded*/

}
.arrowlistmenu ul { /*CSS for UL of each sub menu*/
	list-style-type: none;
	margin:0; padding:0;
	margin-left:5px;
}
.arrowlistmenu ul li {
	width:220px;
	margin:0; padding:0;
	padding:5px 0;
	padding-left:10px;
	line-height:18px;
}
.arrowlistmenu h3 {
	margin:5px 0;
}
.categoryitems {
	background:none;
	width:200px;
	background:#e1e1db;
}
.arrowlistmenu ul li a {
	color: #595953;
	display: block;
	text-decoration: none;
	font-weight: normal;
	background:none;
	border:none;
	font-size: 11px;
	text-align:left;
}
.arrowlistmenu ul li a:visited {
	color: #595953;
}
.arrowlistmenu ul li a:hover { /*hover state CSS*/
	color: #ff6000;
	text-decoration:underline;
}
.arrowlistmenu ul li.treecurrent, .arrowlistmenu ul li.treecurrent a {
	color: #000;
	font-weight:bold;
}
.leftlinked {
	color:#595953;
	text-decoration:none;
}
.leftlinked:hover {
	color: #ff6000;
	text-decoration:underline;
}
