.arrowlistmenu {
	width: 203px;
	border-top:1px solid #c4c7ca;
	padding:5px 0 0 0;
	margin:5px 0 0 0;
}
.arrowlistmenu .menuheader {
	font: bold 14px/34px Arial, Helvetica, sans-serif;
	color:#fff;
	background: black url(../images/titlebar.png) right top no-repeat;
	margin-bottom: 1px;
	text-transform: uppercase;
	padding: 0 0 0 8px;
	cursor: hand;
	cursor: pointer;
	height:34px;
	border:1px solid #85b3c8;
}
.arrowlistmenu .openheader {
	background: url(../images/titlebar-active.png) right top no-repeat;
	color:#193a44;
}
.arrowlistmenu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom:1px;
}
.arrowlistmenu ul li{
	padding:6px;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
}
.arrowlistmenu ul li:hover {
	background-color: #f0f0f0;
	border-bottom: 1px solid #c4c7ca;
	border-top: 1px solid #c4c7ca;
	cursor:pointer;
}
.arrowlistmenu ul li .checkbox{
	float:left;
}
.arrowlistmenu ul li .category_title{
	float:left;
	padding-left:4px;
}
.arrowlistmenu ul li .category_count{
	float:right;
}
/*.arrowlistmenu ul li a {
	color: #60686d;
	background: url(../images/arrowbullet.png) no-repeat center left;
	display: block;
	padding:6px 0;
	padding-left: 19px;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
	font:normal 12px Arial, Helvetica, sans-serif;
}
.arrowlistmenu ul li a:visited {
	color: #60686d;
}
.arrowlistmenu ul li a:hover {
	background-color: #f0f0f0;
	border-bottom: 1px solid #c4c7ca;
	border-top: 1px solid #c4c7ca;
}*/
